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
symfony2plugin.routing.YamlLineMarkerProvider::attachRouteActions recognize controller like :
symfony2plugin.routing.YamlLineMarkerProvider::attachRouteActions
foo: defaults: { _controller: "Bundle:Foo:Bar" }
but not like :
foo: defaults: _controller: "Bundle:Foo:Bar"
Can you do something for this ?
The text was updated successfully, but these errors were encountered:
yes, thats on my todo, not only here. yaml lexer parse these lines in a complete different way ...
Sorry, something went wrong.
yaml route action linemarker support child compound array keys #289
b244c26
ready in next release
No branches or pull requests
symfony2plugin.routing.YamlLineMarkerProvider::attachRouteActions
recognize controller like :but not like :
Can you do something for this ?
The text was updated successfully, but these errors were encountered: