Skip to content

Update jetbrains/phpstorm-stubs #29454

Update jetbrains/phpstorm-stubs

Update jetbrains/phpstorm-stubs #29454

Triggered via pull request June 7, 2026 11:44
Status Failure
Total duration 9m 44s
Artifacts 18

phar.yml

on: pull_request
integration-tests  /  Check PHAR checksum
13s
integration-tests / Check PHAR checksum
Download base SHA PHAR
0s
Download base SHA PHAR
extension-tests  /  Check PHAR checksum
14s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
15s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 14s
integration-tests / PMMP Tests
Matrix: integration-tests / integration-tests
Checksum PHAR
Checksum PHAR
PHAR Prefix Diff
PHAR Prefix Diff
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
0s
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

90 errors, 164 warnings, and 1 notice
integration-tests / Integration - symplify/phpstan-rules
Process completed with exit code 1.
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
integration-tests / Integration - larastan/larastan: src/Properties/ReflectionTypeContainer.php#L33
Method Larastan\Larastan\Properties\ReflectionTypeContainer::getName() should return non-empty-string but returns string.
integration-tests / Integration - neos/flow-development-collection
Process completed with exit code 1.
integration-tests / Integration - neos/flow-development-collection: Packages/Framework/Neos.Utility.ObjectHandling/Classes/ObjectAccess.php#L272
Parameter #1 $class of class ReflectionProperty constructor expects class-string<TReflectedClass of object>|TReflectedClass of object, string given.
integration-tests / Integration - neos/flow-development-collection: Packages/Framework/Neos.Utility.ObjectHandling/Classes/ObjectAccess.php#L268
Parameter #1 $class of class ReflectionProperty constructor expects class-string<TReflectedClass of object>|TReflectedClass of object, string given.
integration-tests / Integration - neos/flow-development-collection: Packages/Framework/Neos.Utility.ObjectHandling/Classes/ObjectAccess.php#L126
Parameter #1 $class of class ReflectionProperty constructor expects class-string<TReflectedClass of object>|TReflectedClass of object, string given.
integration-tests / Integration - bladestan/bladestan
Process completed with exit code 1.
integration-tests / Integration - rectorphp/rector-downgrade-php
Process completed with exit code 1.
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L100
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::isApiMember() has parameter $member with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L100
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::isApiMember() has parameter $member with generic class ReflectionClassConstant but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L68
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkMemberAsUsed() has parameter $member with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L68
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkMemberAsUsed() has parameter $member with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L68
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkMemberAsUsed() has parameter $member with generic class ReflectionClassConstant but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L60
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkPropertyAsWritten() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L55
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkPropertyAsRead() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L50
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkEnumCaseAsUsed() has parameter $enumCase with generic class ReflectionEnumUnitCase but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L45
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkConstantAsUsed() has parameter $constant with generic class ReflectionClassConstant but does not specify its types: TReflectedClass
integration-tests / Integration - shipmonk-rnd/dead-code-detector: src/Provider/ApiPhpDocUsageProvider.php#L40
Method ShipMonk\PHPStan\DeadCode\Provider\ApiPhpDocUsageProvider::shouldMarkMethodAsUsed() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionEnum.php#L112
Method Roave\BetterReflection\Reflection\Adapter\ReflectionEnum::getConstructor() never returns ReflectionMethod<TReflectedClass of object> so it can be removed from the return type.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L591
Strict comparison using !== between non-empty-string and '' will always evaluate to true.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L570
Strict comparison using !== between non-empty-string and '' will always evaluate to true.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L383
Return type (array<class-string, ReflectionClass>) of method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getTraits() should be compatible with return type (list<ReflectionClass>) of method ReflectionClass<object>::getTraits()
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L353
Return type (array<class-string, ReflectionClass>) of method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getInterfaces() should be compatible with return type (list<ReflectionClass>) of method ReflectionClass<object>::getInterfaces()
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L290
Strict comparison using === between non-empty-string and '' will always evaluate to false.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L258
Strict comparison using === between non-empty-string and '' will always evaluate to false.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L162
Strict comparison using !== between non-empty-string and '' will always evaluate to true.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L146
Method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getConstructor() should return ReflectionMethod<TReflectedClass of object>|null but returns Roave\BetterReflection\Reflection\Adapter\ReflectionMethod.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionClass.php#L138
Method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getConstructor() never returns ReflectionMethod<TReflectedClass of object> so it can be removed from the return type.
extension-tests / phpstan-nette (8.1) make tests
Process completed with exit code 2.
integration-tests / Integration - efabrica-team/phpstan-latte
Process completed with exit code 1.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LinkProcessor/FakePresenterFactory.php#L20
Parameter #1 $mapping of method Nette\Application\PresenterFactory::setMapping() expects array<string, array{string, string, string}|string>, array<string, array{0: string, 1: string, 2?: string}|string> given.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/NodeVisitor/AddParametersForBlockNodeVisitor.php#L61
Offset 'parameters' on array{0: non-falsy-string, define: non-falsy-string, 1: non-falsy-string, block_name: string, 2: string, parameters: string, 3: string, line: decimal-int-string, ...} in isset() always exists and is not nullable.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/NodeVisitor/AddParametersForBlockNodeVisitor.php#L61
Offset 'block_name' on array{0: non-falsy-string, define: non-falsy-string, 1: non-falsy-string, block_name: string, 2: string, parameters: string, 3: string, line: decimal-int-string, ...} in isset() always exists and is not nullable.
extension-tests / phpstan-nette (8.5) make tests
Process completed with exit code 2.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L870
Call to an undefined method ReflectionProperty<TReflectedClass of object>::getHook().
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L869
Call to an undefined method ReflectionProperty<TReflectedClass of object>::hasHook().
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L862
Call to an undefined method ReflectionProperty<TReflectedClass of object>::hasHooks().
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L858
Call to an undefined method ReflectionProperty<TReflectedClass of object>::isFinal().
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L620
Method PHPUnit\Framework\MockObject\Generator\Generator::canMethodBeDoubled() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/Generator.php#L268
Method PHPUnit\Framework\MockObject\Generator\Generator::userDefinedInterfaceMethods() return type with generic class ReflectionMethod does not specify its types: TReflectedClass
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/DoubledMethod.php#L381
Method PHPUnit\Framework\MockObject\Generator\DoubledMethod::methodParametersDefaultValues() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/DoubledMethod.php#L314
Method PHPUnit\Framework\MockObject\Generator\DoubledMethod::methodParametersForCall() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/DoubledMethod.php#L266
Method PHPUnit\Framework\MockObject\Generator\DoubledMethod::methodParametersForDeclaration() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Generator/DoubledMethod.php#L74
Method PHPUnit\Framework\MockObject\Generator\DoubledMethod::fromReflection() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - Larastan tests PHP 8.4, ^12.48
Process completed with exit code 1.
extension-tests / phpstan-nette (8.0) make tests
Process completed with exit code 2.
extension-tests / phpstan-nette (8.2) make tests
Process completed with exit code 2.
extension-tests / phpstan-nette (8.4) make tests
Process completed with exit code 2.
integration-tests / Integration - nikic/PHP-Parser
Process completed with exit code 1.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/ParserAbstract.php#L791
Call to function is_int() with int will always evaluate to true.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/ParserAbstract.php#L0
Ignored error pattern #^Unary operation "\+" on string results in an error\.$# (unaryOp.invalid) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/PhpParser/ParserAbstract.php was not matched in reported errors.
extension-tests / phpstan-nette (8.3) make tests
Process completed with exit code 2.
integration-tests / Integration - doctrine/orm: src/Mapping/LegacyReflectionFields.php#L53
Method Doctrine\ORM\Mapping\LegacyReflectionFields::offsetGet() return type with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/LegacyReflectionFields.php#L30
Property Doctrine\ORM\Mapping\LegacyReflectionFields::$reflFields with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/Driver/ReflectionBasedDriver.php (in context of class Doctrine/ORM/Mapping/Driver/AttributeDriver)#L23
Method Doctrine\ORM\Mapping\Driver\AttributeDriver::isRepeatedPropertyDeclaration() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/Driver/AttributeDriver.php#L627
Method Doctrine\ORM\Mapping\Driver\AttributeDriver::getMethodCallbacks() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/DefaultTypedFieldMapper.php#L55
Method Doctrine\ORM\Mapping\DefaultTypedFieldMapper::validateAndComplete() has parameter $field with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/ClassMetadata.php#L614
Method Doctrine\ORM\Mapping\ClassMetadata::getSingleIdReflectionProperty() return type with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/ClassMetadata.php#L599
Method Doctrine\ORM\Mapping\ClassMetadata::getReflectionProperty() return type with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/ClassMetadata.php#L579
Method Doctrine\ORM\Mapping\ClassMetadata::getReflectionProperties() return type with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/ClassMetadata.php#L547
Property Doctrine\ORM\Mapping\ClassMetadata::$reflFields with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/orm: src/Mapping/ChainTypedFieldMapper.php#L27
Method Doctrine\ORM\Mapping\ChainTypedFieldMapper::validateAndComplete() has parameter $field with generic class ReflectionProperty but does not specify its types: TReflectedClass
extension-tests / phpstan-nette (7.4) make tests
Process completed with exit code 2.
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
integration-tests / PMMP Tests
Process completed with exit code 1.
integration-tests / PMMP Tests: tests/phpunit/item/ItemTypeIdsTest.php#L60
Parameter #1 $name of method ReflectionClass<pocketmine\item\ItemTypeIds>::getConstant() expects non-empty-string, string given.
integration-tests / PMMP Tests: tests/phpunit/block/BlockTypeIdsTest.php#L57
Parameter #1 $name of method ReflectionClass<pocketmine\block\BlockTypeIds>::getConstant() expects non-empty-string, string given.
integration-tests / PMMP Tests: src/plugin/PluginManager.php#L562
Method pocketmine\plugin\PluginManager::getEventsHandledBy() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / PMMP Tests: src/item/VanillaItems.php#L379
Parameter #1 $name of method ReflectionClass<pocketmine\item\ItemTypeIds>::getConstant() expects non-empty-string, string given.
integration-tests / PMMP Tests: src/block/VanillaBlocks.php#L874
Parameter #1 $name of method ReflectionClass<pocketmine\block\BlockTypeIds>::getConstant() expects non-empty-string, string given.
integration-tests / Integration - neos/neos-development-collection
Process completed with exit code 1.
integration-tests / Integration - neos/neos-development-collection: Packages/Neos/Neos.ContentRepositoryRegistry/Classes/Infrastructure/Property/Normalizer/ProxyAwareObjectNormalizer.php#L24
Method Neos\ContentRepositoryRegistry\Infrastructure\Property\Normalizer\ProxyAwareObjectNormalizer::getConstructor() return type with generic class ReflectionMethod does not specify its types: TReflectedClass
integration-tests / Integration - neos/neos-development-collection: Packages/Neos/Neos.ContentRepository.Core/Classes/NodeType/ConstraintCheck.php#L75
Strict comparison using === between false and false will always evaluate to true.
extension-tests / phpstan-doctrine (8.2) make phpstan
unable to access 'https://github.com/phpstan/phpstan/': Failed to connect to github.com port 443 after 134309 ms: Couldn't connect to server
integration-tests / Integration - drupal/drupal
Process completed with exit code 1.
integration-tests / Integration - drupal/drupal: core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php#L98
Method Drupal\Tests\Core\Entity\Access\EntityCreateAccessCustomCidTest::setUpAccessCache() return type with generic class ReflectionProperty does not specify its types: TReflectedClass
integration-tests / Integration - drupal/drupal: core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php (in context of class Drupal/Tests/ckeditor5/Unit/SmartDefaultSettingsTest)#L25
Method Drupal\Tests\ckeditor5\Unit\SmartDefaultSettingsTest::getMethod() return type with generic class ReflectionMethod does not specify its types: TReflectedClass
integration-tests / Integration - drupal/drupal: core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php (in context of class Drupal/Tests/ckeditor5/Unit/CKEditor5Test)#L25
Method Drupal\Tests\ckeditor5\Unit\CKEditor5Test::getMethod() return type with generic class ReflectionMethod does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/DataAbstractionLayer/AttributeEntityCompiler.php#L369
Method Shopware\Core\Framework\DataAbstractionLayer\AttributeEntityCompiler::mapping() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/DataAbstractionLayer/AttributeEntityCompiler.php#L279
Method Shopware\Core\Framework\DataAbstractionLayer\AttributeEntityCompiler::getFlags() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/DataAbstractionLayer/AttributeEntityCompiler.php#L238
Method Shopware\Core\Framework\DataAbstractionLayer\AttributeEntityCompiler::getFieldArgs() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/DataAbstractionLayer/AttributeEntityCompiler.php#L177
Method Shopware\Core\Framework\DataAbstractionLayer\AttributeEntityCompiler::parseField() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/DataAbstractionLayer/AttributeEntityCompiler.php#L162
Method Shopware\Core\Framework\DataAbstractionLayer\AttributeEntityCompiler::getAttribute() has parameter $property with generic class ReflectionProperty but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/Framework/App/Manifest/XmlParserUtils.php#L24
Argument of an invalid type DOMNamedNodeMap<DOMAttr>|null supplied for foreach, only iterables are supported.
integration-tests / Integration - shopware/shopware: src/Core/DevOps/Docs/Script/ServiceReferenceGenerator.php#L448
Method Shopware\Core\DevOps\Docs\Script\ServiceReferenceGenerator::parseExamples() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/DevOps/Docs/Script/ServiceReferenceGenerator.php#L398
Method Shopware\Core\DevOps\Docs\Script\ServiceReferenceGenerator::parseReturn() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/DevOps/Docs/Script/ServiceReferenceGenerator.php#L363
Method Shopware\Core\DevOps\Docs\Script\ServiceReferenceGenerator::findDocForParam() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - shopware/shopware: src/Core/DevOps/Docs/Script/ServiceReferenceGenerator.php#L319
Method Shopware\Core\DevOps\Docs\Script\ServiceReferenceGenerator::parseArguments() has parameter $method with generic class ReflectionMethod but does not specify its types: TReflectedClass
integration-tests / Integration - doctrine/collections
You've hit a rate limit, your rate limit will reset in 7 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/bug6933 composer install ../../phpstan analyse -l 8 Module )
You've hit a rate limit, your rate limit will reset in 6 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/alias-event ../../phpstan analyse -l 8 -a alias.php test....
You've hit a rate limit, your rate limit will reset in 6 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/autoloader-require ../../phpstan analyse ../../phpstan an...
You've hit a rate limit, your rate limit will reset in 6 seconds
other-tests / Other Tests (8.4, ubuntu-latest, cd e2e/hoa-autoload composer install ../../phpstan , memory_limi...
You've hit a rate limit, your rate limit will reset in 5 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/attribute-74 ../../phpstan analyse -l 9 test.php -c test....
You've hit a rate limit, your rate limit will reset in 6 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug8054 ../../phpstan analyze -c application/fare.de/phps...
You've hit a rate limit, your rate limit will reset in 5 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/restricted-php-ini composer install php -d open_basedir="...
You've hit a rate limit, your rate limit will reset in 6 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/zeta-components composer install mkdir autoload ../../php...
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/bug8610 ../../phpstan , memory_limit=256M)
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/autoload-better-reflection php test.php )
You've hit a rate limit, your rate limit will reset in 5 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/attribute-74 ../../phpstan analyse -l 9 test.php -c test....
You've hit a rate limit, your rate limit will reset in 5 seconds
other-tests / Other Tests (8.4, ubuntu-latest, cd e2e/filter-phar-stub-files ../../phpstan , memory_limit=256M)
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/undiscoverable-symbols-2 composer install ../../phpstan a...
You've hit a rate limit, your rate limit will reset in 4 seconds
extension-tests / phpstan-dibi (8.2) make tests
You've hit a rate limit, your rate limit will reset in 4 seconds
extension-tests / phpstan-dibi (8.2) make tests
You've hit a rate limit, your rate limit will reset in 5 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug7960 composer install ../../phpstan analyse -c app/php...
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/undiscoverable-symbols-1 composer install ../../phpstan a...
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/swift-mailer composer install ../../phpstan )
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/composer-file composer install ../../phpstan analyse -l 8...
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/mongodb ../../phpstan analyse -l 8 test.php test2.php )
You've hit a rate limit, your rate limit will reset in 4 seconds
extension-tests / phpstan-mockery (8.0) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-mockery (8.0) make tests
You've hit a rate limit, your rate limit will reset in 4 seconds
extension-tests / phpstan-mockery (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-mockery (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (8.0) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (8.0) make tests
You've hit a rate limit, your rate limit will reset in 4 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/excludePaths2 ../../phpstan analyse )
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/react-promise composer install ../../phpstan analyse -l 8...
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (7.4) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (7.4) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/api-platform-trait composer install ../../phpstan analyse...
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug3634 composer install ../../phpstan analyse -c app/php...
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/swift-mailer composer install ../../phpstan )
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/phpstan-issue-4953 composer install ../../phpstan )
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (8.3) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-deprecation-rules (8.3) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-deprecation-rules (8.1) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-deprecation-rules (8.1) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/name-conflict composer install cp ../../phpstan vendor/ph...
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-strict-rules (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/alias-event ../../phpstan analyse -l 8 -a alias.php test....
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-strict-rules (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpdoc-parser (8.1) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpdoc-parser (8.1) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/attributes ../../phpstan analyse -l 8 test.php )
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-beberlei-assert (8.0) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-beberlei-assert (8.0) make tests
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-mockery (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-mockery (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-strict-rules (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpdoc-parser (8.0) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-strict-rules (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpdoc-parser (8.0) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/different-php-parser2 composer install ../../phpstan anal...
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-dibi (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 3 seconds
extension-tests / phpstan-dibi (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 3 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/excludePaths2 ../../phpstan analyse )
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/rector-autoload composer install ../../phpstan )
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/composer-file composer install ../../phpstan analyse -l 8...
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-webmozart-assert (8.2) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-webmozart-assert (8.2) make tests
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (7.4, ubuntu-latest, cd e2e/phpstorm-stubs composer install --ignore-platform-reqs .....
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/different-php-parser composer install --ignore-platform-r...
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/name-conflict composer install cp ../../phpstan vendor/ph...
You've hit a rate limit, your rate limit will reset in 2 seconds
extension-tests / phpstan-nette (8.0) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-nette (8.0) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-strict-rules (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-strict-rules (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 2 seconds
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug7308 composer install ../../phpstan analyse -c app/php...
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/dup-classes ../../phpstan )
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-deprecation-rules (8.4) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-deprecation-rules (8.4) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-nette (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-strict-rules (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (8.3) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/attributes ../../phpstan analyse -l 8 -c php80.neon test....
You've hit a rate limit, your rate limit will reset in 1 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8 ../../phpstan analyse -l 8 -c php74.neon test.php )
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-beberlei-assert (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpdoc-parser (7.4) make tests
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpstan-phpunit (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 1 seconds
extension-tests / phpdoc-parser (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpdoc-parser (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-nette (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpstan-doctrine (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-doctrine (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpstan-nette (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-nette (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpstan-webmozart-assert (8.1) make tests
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpstan-webmozart-assert (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpdoc-parser (8.3) make tests
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-dibi (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-dibi (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 51 seconds
extension-tests / phpdoc-parser (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpdoc-parser (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-dibi (8.4) make tests
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-mockery (8.5) make tests
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-mockery (8.5) make tests
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-dibi (8.2) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-webmozart-assert (8.3) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-webmozart-assert (8.3) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-dibi (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpstan-phpunit (7.4) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-phpunit (7.4) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-beberlei-assert (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-beberlei-assert (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
extension-tests / phpdoc-parser (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-webmozart-assert (8.5) make tests
You've hit a rate limit, your rate limit will reset in 48 seconds
extension-tests / phpstan-webmozart-assert (8.5) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
integration-tests / Integration - doctrine/dbal
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-phpunit (8.5) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-phpunit (8.5) make tests
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-deprecation-rules (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 49 seconds
extension-tests / phpstan-deprecation-rules (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 50 seconds
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e git clone https://github.com/nikic/PHP-Parser.git cd PHP-...
You've hit a rate limit, your rate limit will reset in 48 seconds
extension-tests / phpstan-phpunit (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 48 seconds
extension-tests / phpstan-phpunit (8.5) make phpstan
You've hit a rate limit, your rate limit will reset in 48 seconds
integration-tests / Integration - bitExpert/phpstan-magento
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpstan-nette (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpstan-nette (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 48 seconds
extension-tests / phpstan-webmozart-assert (8.3) make phpstan
You've hit a rate limit, your rate limit will reset in 46 seconds
integration-tests / Integration - shipmonk-rnd/phpstan-rules
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpstan-webmozart-assert (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 46 seconds
extension-tests / phpstan-webmozart-assert (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpstan-symfony (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpstan-symfony (8.4) make phpstan
You've hit a rate limit, your rate limit will reset in 47 seconds
extension-tests / phpdoc-parser (8.5) make tests
You've hit a rate limit, your rate limit will reset in 46 seconds
extension-tests / phpdoc-parser (8.5) make tests
You've hit a rate limit, your rate limit will reset in 46 seconds
extension-tests / phpstan-phpunit (8.4) make tests
You've hit a rate limit, your rate limit will reset in 45 seconds
extension-tests / phpstan-phpunit (8.4) make tests
You've hit a rate limit, your rate limit will reset in 45 seconds
extension-tests / phpdoc-parser (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 44 seconds
extension-tests / phpdoc-parser (7.4) make phpstan
You've hit a rate limit, your rate limit will reset in 45 seconds
extension-tests / phpstan-symfony (8.4) make tests
You've hit a rate limit, your rate limit will reset in 45 seconds
extension-tests / phpstan-symfony (8.4) make tests
You've hit a rate limit, your rate limit will reset in 46 seconds
integration-tests / Integration - pradosoft/prado
You've hit a rate limit, your rate limit will reset in 43 seconds
integration-tests / Integration - neos/flow-development-collection
You've hit a rate limit, your rate limit will reset in 41 seconds
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
You've hit a rate limit, your rate limit will reset in 36 seconds
integration-tests / Integration - Prado tests
You've hit a rate limit, your rate limit will reset in 37 seconds
integration-tests / Integration - laravel/framework
You've hit a rate limit, your rate limit will reset in 36 seconds
extension-tests / phpstan-doctrine (8.1) make phpstan
You've hit a rate limit, your rate limit will reset in 35 seconds
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
You've hit a rate limit, your rate limit will reset in 30 seconds
extension-tests / phpstan-strict-rules (8.1) make tests
You've hit a rate limit, your rate limit will reset in 21 seconds
extension-tests / phpstan-strict-rules (8.1) make tests
You've hit a rate limit, your rate limit will reset in 22 seconds
extension-tests / phpstan-strict-rules (8.0) make tests
You've hit a rate limit, your rate limit will reset in 22 seconds
extension-tests / phpstan-strict-rules (8.0) make tests
You've hit a rate limit, your rate limit will reset in 22 seconds
extension-tests / phpstan-strict-rules (7.4) make tests
You've hit a rate limit, your rate limit will reset in 21 seconds
extension-tests / phpstan-strict-rules (7.4) make tests
You've hit a rate limit, your rate limit will reset in 22 seconds
extension-tests / phpstan-strict-rules (8.5) make tests
You've hit a rate limit, your rate limit will reset in 21 seconds
extension-tests / phpstan-strict-rules (8.5) make tests
You've hit a rate limit, your rate limit will reset in 21 seconds
integration-tests / PMMP Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
extension-tests / phpstan-strict-rules (8.4) make tests
You've hit a rate limit, your rate limit will reset in 19 seconds
extension-tests / phpstan-strict-rules (8.4) make tests
You've hit a rate limit, your rate limit will reset in 19 seconds
extension-tests / phpstan-strict-rules (8.2) make tests
You've hit a rate limit, your rate limit will reset in 17 seconds
extension-tests / phpstan-strict-rules (8.2) make tests
You've hit a rate limit, your rate limit will reset in 18 seconds
integration-tests / Integration - Sylius/Sylius
You've hit a rate limit, your rate limit will reset in 15 seconds
integration-tests / Integration - Rector tests
You've hit a rate limit, your rate limit will reset in 15 seconds
extension-tests / phpstan-strict-rules (8.3) make tests
You've hit a rate limit, your rate limit will reset in 9 seconds
extension-tests / phpstan-strict-rules (8.3) make tests
You've hit a rate limit, your rate limit will reset in 10 seconds
integration-tests / Integration - laravel/framework
You've hit a rate limit, your rate limit will reset in 7 seconds
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
baselines-better-reflection-baseline.neon
1.17 KB
sha256:c364aceb7f35267b7ba1a4730f2281ec85e1b8f3bf9040223ecdeb589ad918dc
baselines-bladestan-baseline.neon
638 Bytes
sha256:d97797a48fcd3c44ff8050b72caed221f968c173e6d1e8b01370fc452c4ed279
baselines-doctrine-orm-baseline.neon
1.9 KB
sha256:b3edccb0a7c077867efaeada470ccdc3cab9d6d052e586a32d3e7d7daa4ebb30
baselines-drupal-baseline.neon
1.43 KB
sha256:cb919f2b44ce65fa4944578b10a8a8030084a745e4b072d0b0f91d2c0dc67635
baselines-efabrica-phpstan-latte-baseline.neon
1.08 KB
sha256:189b6f5eb3d78137ff6ee73aa077f24cf94381ca6bac371c3b4f589ff8d72b4b
baselines-flow-baseline.neon
1.17 KB
sha256:e79b5f84b7ee348389a48b5b1c58692868682b24dd988c43eee205d3a30219db
baselines-larastan-baseline.neon
333 Bytes
sha256:bebf2333ec82b15f1a54b75ee39d492e2a24ec4129375882d755c07938992d64
baselines-neos-baseline.neon
6.74 KB
sha256:dd65d86d2af87026b37cd9967484a9cc8e15e85990b5003f6bda69469629048c
baselines-php-parser-baseline.neon
331 Bytes
sha256:e797d5add72ffa122ba979fc7dcbde8de417ba7367932e8ac8f3c4aa49b9dba9
baselines-phpunit-baseline.neon
1.4 KB
sha256:1419df31ce4cd557fce0dd4f175d63e5c26444bd68b64837746621503c7420ec
baselines-pocketmine-ng.neon
1.56 KB
sha256:f8f47596c0b77c6d408b1673a466e6cb241de2f076360ac13ff51d8314f18b67
baselines-rector-baseline.neon
915 Bytes
sha256:cafe55acf4d671d02d2cb7effd59bb19912c3f4b18266f41f84977439a46fd1f
baselines-rector-downgrade-php-baseline.neon
650 Bytes
sha256:eb9591012c8f989b0fbde96d0033c129614751fa59f5361e11f0c97c869cb2d0
baselines-shipmonk-dead-code-detector-baseline.neon
1023 Bytes
sha256:9fea70b6be7bac75ffd4e1a265af9162cfe05f4d321a3f94cbd596145e7c7fd0
baselines-shopware-baseline.neon
24.8 KB
sha256:e0870474c76edc195d1098525ee8d4eb88c13472ed29914cdae132b487345020
baselines-symplify-baseline.neon
2.13 KB
sha256:00f880649ce2d40e344f169ff00845b39ffc1b1f8c6b1143c5106a2ee2dd58c5
phar-file
3.84 MB
sha256:0ddeabfbfd6c3bbc9b2bbe84029be4d396993f95ddaa9548ea7f9ce984d64cf7
phar-file-checksum
3.84 MB
sha256:4454e1dcff814b8e13e169e14e15527c40a77a8e7050e8d4387f8a199eda9637