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
Version: v3.0.1
In case of this config file:
services: userManager: Model\User\UserManager(%security.admin%, %security.user%)
when parameter 'security.user' does not exist Exception is:
'security.user'
But name of broken service is not included.
Include name of broken service.
For example replace message Missing parameter 'security.user'. to Missing parameter 'security.user' in service 'Model\User\UserManager'..
Missing parameter 'security.user'.
Missing parameter 'security.user' in service 'Model\User\UserManager'.
I very want send pull request, but I don't know how implement it correctly.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: v3.0.1
Bug Description
In case of this config file:
when parameter
'security.user'
does not exist Exception is:But name of broken service is not included.
Expected Behavior
Include name of broken service.
For example replace message
Missing parameter 'security.user'.
toMissing parameter 'security.user' in service 'Model\User\UserManager'.
.I very want send pull request, but I don't know how implement it correctly.
Thanks.
The text was updated successfully, but these errors were encountered: