Mike Zukowski
Results
3
comments of
Mike Zukowski
Exactly the same issue with older Symfony code: ``` abstract class ContainerAwareCommand extends Command implements ContainerAwareInterface { /** * @var ContainerInterface|null */ private $container; /** * @return ContainerInterface * *...
They should use the PSR-18 not Symfony interfaces if you ask me.