Thanks to visit codestin.com Credit goes to github.com
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
Wrong:
<factory id="foo.factory" class="FooFactory"/>
Correct:
<factory service="foo.factory" class="FooFactory"/>
When doing it incorrectly, the error message says this:
RuntimeException in PhpDumper.php line 1437: Cannot dump definition because of invalid class name ('')
Maybe instead we can complain that the configuration is broken with a more meaningful error message.
The text was updated successfully, but these errors were encountered:
@lstrojny like this one? #18547
It's already merged so it should be there next release.
Sorry, something went wrong.
Closing as 3.1 will indeed have a better error message
Yep, thank you!
No branches or pull requests
Wrong:
Correct:
When doing it incorrectly, the error message says this:
Maybe instead we can complain that the configuration is broken with a more meaningful error message.
The text was updated successfully, but these errors were encountered: