This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
thrownewInvalidArgumentException(sprintf('Invalid service "%s": method "%s()" has no argument named "%s". Check your service definition.',$this->currentId,$class!==$this->currentId?$class.'::'.$method:$method,$key));
thrownewInvalidArgumentException(sprintf('Invalid service "%s": the value of argument "%s" of method "%s()" must be null, an instance of %s or an instance of %s, %s given.',$this->currentId,$key,$class!==$this->currentId?$class.'::'.$method:$method,Reference::class,Definition::class,\gettype($argument)));
thrownewInvalidArgumentException(sprintf('Invalid service "%s": method "%s()" has no argument type-hinted as "%s". Check your service definition.',$this->currentId,$class!==$this->currentId?$class.'::'.$method:$method,$key));