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

BunnyCompilerPass makes incorrect assumptions about annotation name #8

Open
Majkl578 opened this issue May 3, 2017 · 0 comments
Open

Comments

@Majkl578
Copy link

Majkl578 commented May 3, 2017

The bundle assumes that annotations are named exactly @Consumer and @Producer. This is not entirely correct.
Using the namespace for annotations is pretty common case, especially when using Doctrine Annotations.
It's thus impossible to use i.e. @Bunny\Consumer or @Bunny\Producer.

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

No branches or pull requests

1 participant