-
Notifications
You must be signed in to change notification settings - Fork 181
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
Annotations #11
Comments
@bobalazek I think we are limited by the parser here. I will check this. |
Ok, thanks! Yeah, would be nice, because many Symfony2 stuff depends (well, if you use them) on Annotations. |
Do note that annotations might not work well (or at all) if your method parameters are scrambled. You may have to disable that scrambler. |
Yeah, you are right here. Haven't thought about that at all. The more logical step in this case may rather be exclusion (#9). |
Is there any possibility to ignore stripping out code blocks with annotations?
The text was updated successfully, but these errors were encountered: