Quality assurance #7596
Annotations
5 errors
PHPStan:
src/ArgumentResolver/CompatibleValueResolverInterface.php#L27
Interface Sonata\AdminBundle\ArgumentResolver\CompatibleValueResolverInterface extends unknown interface Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.
|
PHPStan
Process completed with exit code 1.
|
UnusedPsalmSuppress:
src/DependencyInjection/Configuration.php#L176
src/DependencyInjection/Configuration.php:176:24: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
PropertyNotSetInConstructor:
src/Route/AdminPoolLoader.php#L24
src/Route/AdminPoolLoader.php:24:13: PropertyNotSetInConstructor: Property Sonata\AdminBundle\Route\AdminPoolLoader::$resolver is not defined in constructor of Sonata\AdminBundle\Route\AdminPoolLoader or in any methods called in the constructor (see https://psalm.dev/074)
|
Psalm
Process completed with exit code 2.
|