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

reservedKeyword parser is broken. #23

Open
goatherd opened this issue Jul 28, 2014 · 1 comment
Open

reservedKeyword parser is broken. #23

goatherd opened this issue Jul 28, 2014 · 1 comment
Assignees
Milestone

Comments

@goatherd
Copy link

Could not parse namespace or class names.

Does fail to abstract as the sniff is registered to match finally keyword only. (may use different issue to track those)

@goatherd goatherd added the bug label Jul 28, 2014
@goatherd goatherd self-assigned this Jul 28, 2014
@goatherd
Copy link
Author

May not be able to detect this directly using php 5.5 or newer as finally is a keyword itself.
Sniff behaviour certainly depends on Tokenizer implementation as the context defines the token class.

May need to verify that it is used in context.

@goatherd goatherd reopened this Jul 28, 2014
@reneoelke reneoelke added the sniff label Aug 1, 2014
@reneoelke reneoelke added this to the production milestone Aug 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants