specdrum-agc
specdrum-agc
This is just another case of https://github.com/phpredis/phpredis/issues/1526. Creating a new Issue as per comment https://github.com/phpredis/phpredis/issues/1526#issuecomment-474412122 ### Expected behaviour ``` Array ( [0] => ReflectionParameter Object ( [name] => key )...
I have an issue with ServiceSubscriberTrait (https://symfony.com/doc/5.4/service_container/service_subscribers_locators.html#service-subscriber-trait) on symfony 5.4 and PHP 7.4. Error message is like `Service "App\Service\MyService::router" is not registered in the container.` How to reproduce: 1. Install...