Mike Zukowski
Results
4
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.
Can we merge this? Btw. there are more issues like this one across the repository.