-
Notifications
You must be signed in to change notification settings - Fork 64
Annotation @TYPO3\CMS\Extbase\Annotation\Inject not tokenized correctly? #59
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
Comments
I guess we could change the pattern to |
@JanTvrdik Should i open a PR for that? |
sabbelasichon
added a commit
to sabbelasichon/phpdoc-parser
that referenced
this issue
Feb 15, 2021
sabbelasichon
added a commit
to sabbelasichon/phpdoc-parser
that referenced
this issue
Feb 18, 2021
ondrejmirtes
pushed a commit
that referenced
this issue
Feb 19, 2021
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently i have the problem that all annotations prefixed with
@TYPO3
are not tokenized correctly by the Lexer class. The end result of the tag variable is always@TYPO.
The rest is cut off.I guess the failure is located here https://github.com/phpstan/phpdoc-parser/blob/master/src/Lexer/Lexer.php#L144 because numbers are not allowed.
I am not really sure how i can test it or prove it. If you could guide me i would be happy to fix this, if it is considered a bug
The text was updated successfully, but these errors were encountered: