The missing argument inspection in services definition doesn't understand if the service is created by a factory. Example:
services:
service:
class: MyClass
factory_class: MyClass
factory_method: factory
class MyClass
{
public function __construct($a, $b) {}
public function factory() {}
}
I believe this was added in last update?
The missing argument inspection in services definition doesn't understand if the service is created by a factory. Example:
I believe this was added in last update?