Skip to content

include path when counting errors ignored by identifier #14409

include path when counting errors ignored by identifier

include path when counting errors ignored by identifier #14409

Triggered via pull request June 13, 2024 09:40
Status Cancelled
Total duration 9m 12s
Artifacts 16

phar.yml

on: pull_request
Compiler Tests
1m 4s
Compiler Tests
integration-tests  /  Check PHAR checksum
6s
integration-tests / Check PHAR checksum
extension-tests  /  Check PHAR checksum
6s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
6s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
Matrix: integration-tests / integration-tests
Matrix: integration-tests / PMMP Tests
Matrix: extension-tests / Extension Tests
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
0s
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

228 errors
extension-tests / Extension Tests (8.0, phpstan-mockery): tests/Mockery/MockeryTest.php#L130
Parameter #1 ...$args of static method Mockery::namedMock() expects array|class-string<FooBar|PHPStan\Mockery\Foo>|FooBar|PHPStan\Mockery\Foo, string given.
extension-tests / Extension Tests (8.0, phpstan-mockery)
Process completed with exit code 2.
extension-tests / Extension Tests (7.4, phpstan-mockery): tests/Mockery/MockeryTest.php#L130
Parameter #1 ...$args of static method Mockery::namedMock() expects array|class-string<FooBar|PHPStan\Mockery\Foo>|FooBar|PHPStan\Mockery\Foo, string given.
extension-tests / Extension Tests (7.4, phpstan-mockery)
Process completed with exit code 2.
extension-tests / Extension Tests (8.2, phpstan-mockery): tests/Mockery/MockeryTest.php#L130
Parameter #1 ...$args of static method Mockery::namedMock() expects array|class-string<FooBar|PHPStan\Mockery\Foo>|FooBar|PHPStan\Mockery\Foo, string given.
extension-tests / Extension Tests (8.2, phpstan-mockery)
Process completed with exit code 2.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (7.3, phpdoc-parser)
Process completed with exit code 2.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (8.0, phpdoc-parser)
Process completed with exit code 2.
extension-tests / Extension Tests (8.1, phpstan-mockery): tests/Mockery/MockeryTest.php#L130
Parameter #1 ...$args of static method Mockery::namedMock() expects array|class-string<FooBar|PHPStan\Mockery\Foo>|FooBar|PHPStan\Mockery\Foo, string given.
extension-tests / Extension Tests (8.1, phpstan-mockery)
Process completed with exit code 2.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (7.4, phpdoc-parser)
Process completed with exit code 2.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (8.1, phpdoc-parser)
Process completed with exit code 2.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Helper/EnumTypeHelper.php#L16
Doing instanceof PHPStan\Type\ArrayType is error-prone and deprecated. Use Type::isArray() or Type::getArrays() instead.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Helper/EnumTypeHelper.php#L20
Doing instanceof PHPStan\Type\IntersectionType is error-prone and deprecated.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Helper/EnumTypeHelper.php#L35
Ignored error pattern #^Doing instanceof PHPStan\\Type\\TypeWithClassName is error\-prone and deprecated\. Use Type\:\:getObjectClassNames\(\) or Type\:\:getObjectClassReflections\(\) instead\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Helper/EnumTypeHelper.php is expected to occur 3 times, but occurred only 1 time.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L79
Ignored error pattern #^Return type \(array\<string\>\) of method ShipMonk\\PHPStan\\Rule\\ForbidCustomFunctionsRule\:\:processNode\(\) should be compatible with return type \(list\<PHPStan\\Rules\\IdentifierRuleError\>\) of method PHPStan\\Rules\\Rule\<PhpParser\\Node\\Expr\\CallLike\>\:\:processNode\(\)$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Rule/ForbidCustomFunctionsRule.php is expected to occur 5 times, but occurred only 1 time.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L141
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L155
Doing instanceof PHPStan\Type\Generic\GenericClassStringType is error-prone and deprecated. Use Type::isClassStringType() and Type::getClassStringObjectType() instead.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L215
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L237
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidUnusedExceptionRule.php#L40
Ignored error pattern #^Return type \(array\<string\>\) of method ShipMonk\\PHPStan\\Rule\\ForbidUnusedExceptionRule\:\:processNode\(\) should be compatible with return type \(list\<PHPStan\\Rules\\IdentifierRuleError\>\) of method PHPStan\\Rules\\Rule\<PhpParser\\Node\\Expr\>\:\:processNode\(\)$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Rule/ForbidUnusedExceptionRule.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidUnusedExceptionRule.php#L90
Doing instanceof PHPStan\Type\TypeWithClassName is error-prone and deprecated. Use Type::getObjectClassNames() or Type::getObjectClassReflections() instead.
extension-tests / Extension Tests (8.3, phpstan-mockery): tests/Mockery/MockeryTest.php#L130
Parameter #1 ...$args of static method Mockery::namedMock() expects array|class-string<FooBar|PHPStan\Mockery\Foo>|FooBar|PHPStan\Mockery\Foo, string given.
extension-tests / Extension Tests (8.3, phpstan-mockery)
Process completed with exit code 2.
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L23
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getPaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L25
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::addPaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L31
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getPaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L37
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getExcludePaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L39
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::addExcludePaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L44
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getExcludePaths().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L50
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getFileExtension().
integration-tests / Integration - doctrine/persistence: tests/Persistence/Mapping/ColocatedMappingDriverTest.php#L54
Call to an undefined method Doctrine\Persistence\Mapping\Driver\MappingDriver::getFileExtension().
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (8.3, phpdoc-parser)
Process completed with exit code 2.
integration-tests / Integration - reactphp/promise: src/Internal/FulfilledPromise.php#L61
Method React\Promise\Internal\FulfilledPromise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
integration-tests / Integration - reactphp/promise: src/Promise.php#L99
Method React\Promise\Promise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
integration-tests / Integration - reactphp/promise
Process completed with exit code 1.
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8 ../../phpstan analyse -l 8 -c php80.neon test.php ): test.php#L11
Ignored error pattern #^Call to function is_resource\(\) with CurlHandle\|false will always evaluate to false\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/php8/test.php is expected to occur 3 times, but occurred only 1 time.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ProxyAutoloader.php#L66
Parameter #1 $argument of class ReflectionClass constructor expects class-string<T of object>|T of object, string given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloaderUnitTest.php#L75
Creating new PHPStan\Cache\Cache is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloaderUnitTest.php#L84
Ignored error pattern ~Parameter #1 $argument of class ReflectionClass constructor expects class-string<MyUncachedExtension>|MyUncachedExtension, string given~ in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/tests/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloaderUnitTest.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php#L98
Creating new PHPStan\Cache\Cache is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php#L111
Ignored error pattern ~Parameter #1 $argument of class ReflectionClass constructor expects class-string<UncachedExtensionInterface>|UncachedExtensionInterface, string given~ in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (7.2, phpdoc-parser)
Process completed with exit code 2.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L13
Function Webmozart\Assert\Tests\StaticAnalysis\count() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L13
Function Webmozart\Assert\Tests\StaticAnalysis\count() return type has no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L25
Function Webmozart\Assert\Tests\StaticAnalysis\nullOrCount() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L25
Function Webmozart\Assert\Tests\StaticAnalysis\nullOrCount() return type has no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L37
Function Webmozart\Assert\Tests\StaticAnalysis\allCount() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L37
Function Webmozart\Assert\Tests\StaticAnalysis\allCount() return type has no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L49
Function Webmozart\Assert\Tests\StaticAnalysis\allNullOrCount() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L49
Function Webmozart\Assert\Tests\StaticAnalysis\allNullOrCount() return type has no value type specified in iterable type array.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-count.php#L51
Ignored error pattern #^Parameter \#1 \$array of static method Webmozart\\Assert\\Assert\:\:allCount\(\) expects iterable\<array\|Countable\>, iterable\<array\|Countable\|null\> given\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/tests/static-analysis/assert-count.php is expected to occur 9 times, but occurred only 1 time.
integration-tests / Integration - webmozarts/assert: tests/static-analysis/assert-countBetween.php#L15
Function Webmozart\Assert\Tests\StaticAnalysis\countBetween() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L27
Property Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::$helper has unknown class Dotdigitalgroup\Email\Helper\Data as its type.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L42
Property Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::$imageFinder has unknown class Dotdigitalgroup\Email\Model\Product\ImageFinder as its type.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L47
Property Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::$imageType has unknown class Dotdigitalgroup\Email\Model\Product\ImageType\Context\AbandonedBrowse as its type.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L59
Parameter $helper of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Helper\Data.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L59
Parameter $helper of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Helper\Data.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L62
Parameter $imageType of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Model\Product\ImageType\Context\AbandonedBrowse.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L62
Parameter $imageType of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Model\Product\ImageType\Context\AbandonedBrowse.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L63
Parameter $imageFinder of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Model\Product\ImageFinder.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L63
Parameter $imageFinder of method Dotdigitalgroup\Email\Ui\DataProvider\WebBehaviourTracking::__construct() has invalid type Dotdigitalgroup\Email\Model\Product\ImageFinder.
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase: Ui/DataProvider/WebBehaviourTracking.php#L80
Call to method isEnabled() on an unknown class Dotdigitalgroup\Email\Helper\Data.
integration-tests / Integration - larastan/larastan: src/Methods/HigherOrderCollectionProxyExtension.php#L39
PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\Constant\ConstantStringType but it's error-prone and dangerous.
integration-tests / Integration - larastan/larastan: src/Methods/HigherOrderCollectionProxyExtension.php#L42
Ignored error pattern #^PHPDoc tag @var assumes the expression with type PHPStan\\Type\\Type\|null is always PHPStan\\Type\\ObjectType but it's error\-prone and dangerous\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Methods/HigherOrderCollectionProxyExtension.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - larastan/larastan: src/Properties/HigherOrderCollectionProxyPropertyExtension.php#L34
PHPDoc tag @var assumes the expression with type PHPStan\Type\Type|null is always PHPStan\Type\Constant\ConstantStringType but it's error-prone and dangerous.
integration-tests / Integration - larastan/larastan: src/Properties/HigherOrderCollectionProxyPropertyExtension.php#L37
Ignored error pattern #^PHPDoc tag @var assumes the expression with type PHPStan\\Type\\Type\|null is always PHPStan\\Type\\ObjectType but it's error\-prone and dangerous\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Properties/HigherOrderCollectionProxyPropertyExtension.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - larastan/larastan: src/Types/ModelRelationsDynamicMethodReturnTypeExtension.php#L117
Call to PHPStan\Type\Type::getTemplateType() references unknown template type TChildModel on class Illuminate\Database\Eloquent\Relations\BelongsTo.
integration-tests / Integration - larastan/larastan: src/Types/ModelRelationsDynamicMethodReturnTypeExtension.php#L119
Ignored error pattern #^Call to PHPStan\\Type\\Type\:\:getTemplateType\(\) references unknown template type TRelatedModel on class Illuminate\\Database\\Eloquent\\Relations\\Relation\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Types/ModelRelationsDynamicMethodReturnTypeExtension.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L123
Ignored error pattern #^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$# in path /home/runner/work/phpstan-src/phpstan-src/extension/src/Ast/NodeTraverser.php is expected to occur 2 times, but occurred only 1 time.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L285
Cannot use array destructuring on array<int, array<PHPStan\PhpDocParser\Ast\Node>|int|string>|null.
extension-tests / Extension Tests (8.2, phpdoc-parser)
Process completed with exit code 2.
integration-tests / Integration - nextras/orm: src/Collection/Helpers/DbalQueryBuilderHelper.php#L359
Parameter $dbalModifier of class Nextras\Orm\Collection\Functions\Result\DbalExpressionResult constructor expects literal-string|null, string given.
integration-tests / Integration - nextras/orm: src/Entity/Reflection/MetadataParser.php#L107
Method Nextras\Orm\Entity\Reflection\MetadataParser::parseMetadata() never assigns null to &$fileDependencies so it can be removed from the by-ref type.
integration-tests / Integration - nextras/orm: src/Entity/Reflection/MetadataParser.php#L115
Parameter #1 $array of function array_unique expects array, array<int, string>|null given.
integration-tests / Integration - nextras/orm: src/Entity/Reflection/MetadataParser.php#L142
Parameter &$fileDependencies by-ref type of method Nextras\Orm\Entity\Reflection\MetadataParser::loadProperties() expects list<string>|null, non-empty-list<string|false> given.
integration-tests / Integration - nextras/orm: src/Entity/Reflection/MetadataParser.php#L148
Parameter &$fileDependencies by-ref type of method Nextras\Orm\Entity\Reflection\MetadataParser::loadProperties() expects list<string>|null, non-empty-list<string|false> given.
integration-tests / Integration - nextras/orm: src/Model/Model.php#L198
Parameter #1 $entity of method Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>::doRemove() expects Nextras\Orm\Entity\IEntity, bool|Nextras\Orm\Entity\IEntity given.
integration-tests / Integration - nextras/orm: src/Repository/RemovalHelper.php#L57
Parameter #4 $queuePersist of static method Nextras\Orm\Repository\RemovalHelper::getCascadeQueueAndSetNulls() expects array<string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>>, array<int|string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>> given.
integration-tests / Integration - nextras/orm: src/Repository/RemovalHelper.php#L60
Parameter #4 $queuePersist of static method Nextras\Orm\Repository\RemovalHelper::getCascadeQueueAndSetNulls() expects array<string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>>, array<int|string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>> given.
integration-tests / Integration - nextras/orm: src/Repository/RemovalHelper.php#L67
Parameter &$queuePersist by-ref type of method Nextras\Orm\Repository\RemovalHelper::getCascadeQueueAndSetNulls() expects array<string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>>, array<int|string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>> given.
integration-tests / Integration - nextras/orm: src/Repository/RemovalHelper.php#L70
Parameter #4 $queuePersist of static method Nextras\Orm\Repository\RemovalHelper::getCascadeQueueAndSetNulls() expects array<string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>>, array<int|string, Nextras\Orm\Entity\IEntity|Nextras\Orm\Relationships\IRelationshipCollection<Nextras\Orm\Entity\IEntity>> given.
integration-tests / Integration - ondrejmirtes/common: tests/Common/Proxy/ProxyLogicVoidReturnTypeTest.php#L52
Ignored error pattern #^Instantiated class Doctrine\\Tests\\Common\\ProxyProxy\\__CG__\\Doctrine\\Tests\\Common\\Proxy\\.* not found.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/tests/Common/Proxy/ProxyLogicVoidReturnTypeTest.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - ondrejmirtes/common: tests/Common/Proxy/ProxyLogicVoidReturnTypeTest.php#L66
Result of method Doctrine\Tests\Common\Proxy\LazyLoadableObjectWithVoid::incrementingAndReturningVoid() (void) is used.
integration-tests / Integration - ondrejmirtes/common: tests/Common/Proxy/ProxyLogicVoidReturnTypeTest.php#L79
Result of method Doctrine\Tests\Common\Proxy\LazyLoadableObjectWithVoid::addingAndReturningVoid() (void) is used.
integration-tests / Integration - ondrejmirtes/common: tests/Common/Proxy/ProxyMagicMethodsTest.php#L187
Access to an undefined property Doctrine\Tests\Common\Proxy\MagicGetByRefClass::$nonExisting.
integration-tests / Integration - ondrejmirtes/common: tests/Common/Proxy/ProxyMagicMethodsTest.php#L450
Ignored error pattern #^Class Doctrine\\Tests\\Common\\Proxy\\MagicIssetClassWithInteger not found\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/tests/Common/Proxy/ProxyMagicMethodsTest.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - ondrejmirtes/common
Process completed with exit code 1.
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/php8 ../../phpstan analyse -l 8 -c php80.neon test.php ): test.php#L11
Ignored error pattern #^Call to function is_resource\(\) with CurlHandle\|false will always evaluate to false\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/php8/test.php is expected to occur 3 times, but occurred only 1 time.
integration-tests / Integration - WordPress/WordPress-Coding-Standards
Process completed with exit code 1.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/FileAnalyserFactory.php#L30
Calling PHPStan\DependencyInjection\DerivativeContainerFactory::create() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/FileAnalyserFactory.php#L31
Ignored error pattern #^Accessing PHPStan\\Analyser\\FileAnalyser::class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Analyser/FileAnalyserFactory.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextAnalyser.php#L38
Method Efabrica\PHPStanLatte\Analyser\LatteContextAnalyser::__construct() has parameter $collectors with generic class Efabrica\PHPStanLatte\LatteContext\Collector\AbstractLatteContextCollector but does not specify its types: T
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextAnalyser.php#L153
Ignored error pattern #^Method Efabrica\\PHPStanLatte\\Analyser\\LatteContextAnalyser::withCollectors\(\) has parameter \$collectors with generic class Efabrica\\PHPStanLatte\\LatteContext\\Collector\\AbstractLatteContextCollector but does not specify its types: T# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Analyser/LatteContextAnalyser.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextCollectorRegistry.php#L13
Property Efabrica\PHPStanLatte\Analyser\LatteContextCollectorRegistry::$collectors with generic class Efabrica\PHPStanLatte\LatteContext\Collector\AbstractLatteContextCollector does not specify its types: T
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextCollectorRegistry.php#L16
Property Efabrica\PHPStanLatte\Analyser\LatteContextCollectorRegistry::$cache with generic class Efabrica\PHPStanLatte\LatteContext\Collector\AbstractLatteContextCollector does not specify its types: T
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextCollectorRegistry.php#L21
Method Efabrica\PHPStanLatte\Analyser\LatteContextCollectorRegistry::__construct() has parameter $collectors with generic class Efabrica\PHPStanLatte\LatteContext\Collector\AbstractLatteContextCollector but does not specify its types: T
integration-tests / Integration - efabrica-team/phpstan-latte: src/Analyser/LatteContextCollectorRegistry.php#L33
Ignored error pattern #^Method Efabrica\\PHPStanLatte\\Analyser\\LatteContextCollectorRegistry::getCollectorsForNode\(\) return type with generic class Efabrica\\PHPStanLatte\\LatteContext\\Collector\\AbstractLatteContextCollector does not specify its types: T# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Analyser/LatteContextCollectorRegistry.php is expected to occur 4 times, but occurred only 1 time.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/Compiler/Latte2Compiler.php#L37
Call to an undefined method Latte\Engine::getCompiler().
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/Compiler/Latte2Compiler.php#L40
Call to an undefined method Latte\Engine::getCompiler().
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/Builder/ClassConst.php#L33
Method PhpParser\Builder\ClassConst::__construct() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/Builder/ClassConst.php#L45
Ignored error pattern #^Method PhpParser\\Builder\\ClassConst\:\:addConst\(\) has parameter \$value with no value type specified in iterable type array\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/PhpParser/Builder/ClassConst.php is expected to occur 2 times, but occurred only 1 time.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L20
Method PhpParser\BuilderFactory::attribute() has parameter $args with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L195
Method PhpParser\BuilderFactory::classConst() has parameter $value with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L215
Ignored error pattern #^Method PhpParser\\BuilderFactory\:\:val\(\) has parameter \$value with no value type specified in iterable type array\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/PhpParser/BuilderFactory.php is expected to occur 8 times, but occurred only 1 time.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L241
Method PhpParser\BuilderFactory::args() has parameter $args with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L261
Method PhpParser\BuilderFactory::funcCall() has parameter $args with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L275
Method PhpParser\BuilderFactory::methodCall() has parameter $args with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L290
Method PhpParser\BuilderFactory::staticCall() has parameter $args with no value type specified in iterable type array.
integration-tests / Integration - nikic/PHP-Parser: lib/PhpParser/BuilderFactory.php#L304
Method PhpParser\BuilderFactory::new() has parameter $args with no value type specified in iterable type array.
extension-tests / Extension Tests (7.2, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (7.3, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - sebastianbergmann/phpunit
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L108
Method PHPUnit\Framework\Assert::assertArrayHasKey() has parameter $array with generic interface ArrayAccess but does not specify its types: TKey, TValue
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L108
Method PHPUnit\Framework\Assert::assertArrayHasKey() has parameter $array with no value type specified in iterable type array.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L110
Ignored error pattern #^Result of \|\| is always true\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Framework/Assert.php is expected to occur 131 times, but occurred only 4 times.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L139
Method PHPUnit\Framework\Assert::assertArrayNotHasKey() has parameter $array with generic interface ArrayAccess but does not specify its types: TKey, TValue
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L139
Method PHPUnit\Framework\Assert::assertArrayNotHasKey() has parameter $array with no value type specified in iterable type array.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L169
Method PHPUnit\Framework\Assert::assertContains() has parameter $haystack with no value type specified in iterable type iterable.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L169
Method PHPUnit\Framework\Assert::assertContains() has parameter $needle with no type specified.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L176
Method PHPUnit\Framework\Assert::assertContainsEquals() has parameter $haystack with no value type specified in iterable type iterable.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L176
Method PHPUnit\Framework\Assert::assertContainsEquals() has parameter $needle with no type specified.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Assert.php#L190
Method PHPUnit\Framework\Assert::assertNotContains() has parameter $haystack with no value type specified in iterable type iterable.
extension-tests / Extension Tests (8.3, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - pmmp/PocketMine-MP
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - pmmp/PocketMine-MP: build/make-release.php#L48
Parameter #3 $subject of function preg_replace expects array|string, string|false given.
integration-tests / Integration - pmmp/PocketMine-MP: build/server-phar.php#L145
Parameter #1 $pharPath of function pocketmine\build\server_phar\buildPhar expects string, array<int, mixed>|string|false given.
integration-tests / Integration - pmmp/PocketMine-MP: src/pocketmine/CrashDump.php#L344
Parameter #1 $path of static method pocketmine\utils\Utils::cleanPath() expects string, mixed given.
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e git clone https://github.com/nikic/PHP-Parser.git cd PHP-...
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (7.4, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (7.4, phpstan-strict-rules)
The operation was canceled.
extension-tests / Extension Tests (8.1, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.2, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.2, phpstan-strict-rules)
The operation was canceled.
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - doctrine/orm
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L120
Parameter #2 $key of method Doctrine\ORM\Cache\Logging\CacheLogger::entityCacheHit() expects Doctrine\ORM\Cache\EntityCacheKey, Doctrine\ORM\Cache\CacheKey given.
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L152
Access to an undefined property Doctrine\ORM\Cache\CacheEntry::$class.
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L152
Call to an undefined method Doctrine\ORM\Cache\CacheEntry::resolveAssociationEntries().
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L186
Access to an undefined property Doctrine\ORM\Cache\CacheEntry::$class.
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L186
Call to an undefined method Doctrine\ORM\Cache\CacheEntry::resolveAssociationEntries().
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L191
Parameter #2 $key of method Doctrine\ORM\Cache\Logging\CacheLogger::entityCacheHit() expects Doctrine\ORM\Cache\EntityCacheKey, Doctrine\ORM\Cache\CacheKey given.
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L339
Call to an undefined method Doctrine\ORM\Persisters\Entity\EntityPersister::getCacheRegion().
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L348
Call to an undefined method Doctrine\ORM\Persisters\Entity\EntityPersister::storeEntityCache().
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/DefaultQueryCache.php#L369
Call to an undefined method Doctrine\ORM\Persisters\Entity\EntityPersister::storeEntityCache().
integration-tests / Integration - composer/composer
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - doctrine/orm: lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php#L139
Else branch is unreachable because ternary operator condition is always true.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L186
Only booleans are allowed in a ternary operator condition, mixed given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L202
Parameter #1 $path of function realpath expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L202
Parameter #1 $path of method Composer\Util\Filesystem::normalizePath() expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L203
Parameter #1 $path of function realpath expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L203
Parameter #1 $path of method Composer\Util\Filesystem::normalizePath() expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L209
Parameter #1 $from of method Composer\Util\Filesystem::findShortestPathCode() expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L210
Parameter #2 $to of method Composer\Util\Filesystem::findShortestPathCode() expects string, string|false given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L242
Only booleans are allowed in an if condition, mixed given.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L247
Short ternary operator is not allowed. Use null coalesce operator if applicable or consider using long ternary.
integration-tests / Integration - composer/composer: src/Composer/Autoload/AutoloadGenerator.php#L278
Construct empty() is not allowed. Use more strict comparison.
extension-tests / Extension Tests (8.0, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.0, phpstan-strict-rules)
The operation was canceled.
integration-tests / Integration - briannesbitt/Carbon
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - briannesbitt/Carbon
The operation was canceled.
extension-tests / Extension Tests (8.1, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.1, phpstan-doctrine)
The operation was canceled.
integration-tests / Integration - efabrica-team/phpstan-latte tests
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - efabrica-team/phpstan-latte tests
The operation was canceled.
extension-tests / Extension Tests (7.4, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (7.4, phpstan-doctrine)
The operation was canceled.
extension-tests / Extension Tests (7.3, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (7.3, phpstan-doctrine)
The operation was canceled.
extension-tests / Extension Tests (8.2, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.2, phpstan-doctrine)
The operation was canceled.
extension-tests / Extension Tests (8.0, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
extension-tests / Extension Tests (8.0, phpstan-doctrine)
The operation was canceled.
integration-tests / Integration - drupal/drupal
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - drupal/drupal
The operation was canceled.
integration-tests / PMMP Tests (8.1, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo cd e2e/...
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - shopware/shopware
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - shopware/shopware
The operation was canceled.
integration-tests / Integration - shopsys/shopsys
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - shopsys/shopsys
The operation was canceled.
integration-tests / Integration - rectorphp/rector-src
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - rectorphp/rector-src
The operation was canceled.
integration-tests / Integration - laravel/framework
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - laravel/framework
The operation was canceled.
integration-tests / PMMP Tests (8.2, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo cd e2e/...
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - shopsys/shopsys
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - shopsys/shopsys
The operation was canceled.
integration-tests / Integration - Sylius/Sylius
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - Sylius/Sylius
The operation was canceled.
integration-tests / Integration - PrestaShop/PrestaShop
Canceling since a higher priority waiting request for 'phar-refs/pull/3154/merge' exists
integration-tests / Integration - PrestaShop/PrestaShop
The operation was canceled.

Artifacts

Produced during runtime
Name Size
baselines-doctrine-common-baseline.neon Expired
443 Bytes
baselines-doctrine-persistence-baseline.neon Expired
751 Bytes
baselines-efabrica-phpstan-latte-baseline.neon Expired
1.21 KB
baselines-larastan-baseline.neon Expired
508 Bytes
baselines-magento-baseline.neon Expired
515 Bytes
baselines-magento-testcase-baseline.neon Expired
785 Bytes
baselines-nextras-baseline.neon Expired
997 Bytes
baselines-php-parser-baseline.neon Expired
941 Bytes
baselines-phpunit-baseline.neon Expired
20.2 KB
baselines-pocketmine-baseline.neon Expired
8.61 KB
baselines-react-promise-baseline.neon Expired
371 Bytes
baselines-shipmonk-rnd-baseline.neon Expired
1.08 KB
baselines-webmozart-assert-baseline.neon Expired
998 Bytes
baselines-wp-cs-baseline.neon Expired
281 Bytes
phar-file Expired
3.39 MB
phar-file-checksum Expired
3.39 MB