Skip to content

Support Symfony #[AutowireLocator] attribute #722

Support Symfony #[AutowireLocator] attribute

Support Symfony #[AutowireLocator] attribute #722

Triggered via pull request December 30, 2024 17:26
Status Failure
Total duration 35s
Artifacts

build.yml

on: pull_request
Coding Standard
21s
Coding Standard
Matrix: Lint
Matrix: PHPStan
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

141 errors and 41 warnings
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (7.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.3, lowest)
Process completed with exit code 2.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.0, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.0, highest)
Process completed with exit code 2.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (7.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (7.4, lowest)
Process completed with exit code 2.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (7.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (7.4, highest)
Process completed with exit code 2.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.1, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.1, lowest)
Process completed with exit code 2.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.2, lowest)
Process completed with exit code 2.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.2, highest)
Process completed with exit code 2.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.1, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.1, highest)
Process completed with exit code 2.
Coding Standard
Process completed with exit code 2.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (7.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (7.3, highest)
Process completed with exit code 2.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (7.2, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (7.2, highest)
Process completed with exit code 2.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.0, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.0, lowest)
Process completed with exit code 2.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (7.2, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.3, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (7.2, lowest)
Process completed with exit code 2.
PHPStan (8.3, highest)
Process completed with exit code 2.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.3, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.3, lowest)
Process completed with exit code 2.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L134
Parameter #1 $name of method PHPStan\BetterReflection\Reflection\Adapter\ReflectionProperty::getAttributes() expects class-string|null, string given.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.4, lowest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.4, lowest)
Process completed with exit code 2.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L123
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Identifier::$name.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L124
Cannot call method getProperty() on PHPStan\Reflection\ClassReflection|null.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L128
Although PHPStan\Reflection\Php\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L136
Parameter #1 $autowireLocatorAttributes of method PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule::isAutowireLocatorService() expects array<PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\ReflectionAttribute>, array<int, PHPStan\BetterReflection\Reflection\Adapter\FakeReflectionAttribute|PHPStan\BetterReflection\Reflection\Adapter\ReflectionAttribute> given.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L146
Access to an undefined property PhpParser\Node\Expr::$items.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L148
Variable $autowireLocatorService in PHPDoc tag @var does not match assigned variable $autowireLocatorServiceExpr.
PHPStan (8.4, highest): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L155
Call to an undefined method PhpParser\Node\Expr|PhpParser\Node\Name::toString().
PHPStan (8.4, highest)
Process completed with exit code 2.
Lint (8.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (7.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (8.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.0, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.4, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.4, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.1, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.4, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.0, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (7.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.1, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.1, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.4, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.4, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (7.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.1, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.4, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Coding Standard
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.0, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (7.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.4, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (7.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (8.4, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (8.0, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636