PHPDoc and PHPStan support? #6379
stephanvierkant
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on increasing my phpstan level in my project. So I added
@param class-string
to my Filters:But now I get this error message:
I see there are many classes/interfaces in this project without phpdoc/phpstan annotations. Is there a specific reason for this?
Would a PR be accepted that adds phpdoc annotations?
Beta Was this translation helpful? Give feedback.
All reactions