Skip to content
New issue

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

Improve attachRouteActions #289

Closed
bilhackmac opened this issue Jun 12, 2014 · 2 comments
Closed

Improve attachRouteActions #289

bilhackmac opened this issue Jun 12, 2014 · 2 comments
Labels

Comments

@bilhackmac
Copy link

symfony2plugin.routing.YamlLineMarkerProvider::attachRouteActions recognize controller like :

foo:
    defaults: { _controller: "Bundle:Foo:Bar" }

but not like :

foo:
    defaults:
        _controller: "Bundle:Foo:Bar"

Can you do something for this ?

@Haehnchen
Copy link
Owner

yes, thats on my todo, not only here. yaml lexer parse these lines in a complete different way ...

@Haehnchen
Copy link
Owner

ready in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants