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
Symfony have support for special syntax for defining optional service references, but currently (in v0.10.34) there seems to be no support for them.
When defining service as:
my_service: class: My\Service arguments: [@doctrine.orm.entity_manager, @?logger]
PHPStorm 7.0 reports of "Missing service" at @?logger, problem report disappears after removing ? from reference definition.
@?logger
?
The text was updated successfully, but these errors were encountered:
support optional service reference syntax in yaml #194
c510af2
use trimSpecialSyntax as global service name resolver and add @ char …
b518e25
…filter #194
its fixed on our side. but some error on intellj. see external issue http://youtrack.jetbrains.com/issue/IDEA-118077
Sorry, something went wrong.
No branches or pull requests
Symfony have support for special syntax for defining optional service references, but currently (in v0.10.34) there seems to be no support for them.
When defining service as:
PHPStorm 7.0 reports of "Missing service" at
@?logger
, problem report disappears after removing?
from reference definition.The text was updated successfully, but these errors were encountered: