-
-
Notifications
You must be signed in to change notification settings - Fork 97
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 class-string phpdoc annotation #1118
Milestone
Comments
There is no such type in phpdoc, afaik this is non-standard type from psalm. |
Yes. I don't use psalm. This pseudotype is introduced by PHPStan 0.12 |
any news on this? |
Any news ? It has been 2 years now and it is documented here https://phpstan.org/writing-php-code/phpdoc-types#class-string. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, intelephense can't recognize
class-string
annotation. Here sample code to demonstrate the issue.The text was updated successfully, but these errors were encountered: