-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cleanup Tokenizer #3
Comments
1i dislike those three methods: PackageFactory.ComponentEngine/src/Parser/Tokenizer/TokenType.php Lines 138 to 158 in f58db0a
At first i didnt even understand what closingBracket was doing, i though it would return self::BRACKET_CURLY_OPEN => self::BRACKET_CURLY_OPEN, but it gives the closing bracket for the opening bracket - my eyes didnt catch that.
so my take would be to have better method naming, or as those methods are only called at one place - inside PackageFactory.ComponentEngine/src/Parser/Tokenizer/Tokenizer.php Lines 56 to 71 in 62965ec
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: