-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support inline comments in types #10
Comments
Not possible at the moment because we use the phpstan doc parser which doesn't support the inline comments like psalm (see the linked issue above). Sadly psalm doesn't expose the parsing libraries separately so we can't use that either (vimeo/psalm#2094). |
The relevant phpdoc-parser issue is phpstan/phpdoc-parser#184. This feature can not be implemented without it. |
phpstan/phpdoc-parser#264 just got merged, so this is finally possible. |
I just checked and with #214 being merged this feature can be implemented now, because the minimum version is 2.1.0! |
vimeo/psalm#8168
The text was updated successfully, but these errors were encountered: