We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
fix "Missing argument" in services.yml doesn't keep track of factory …
6330a57
…methods #492
I was just heading to this project to report the bug :)
Great work @Haehnchen, this plugin is a piece of art!
Sorry, something went wrong.
👍
Great, thank you :).
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: