We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to 2.9.x we get psalm reporting a lot of UndefinedDockblockClass issues on our pest tests. It appears to be caused by 4f3796e.
UndefinedDockblockClass
This has been raised in psalm a while back (vimeo/psalm#3695) and the response was
Traits are not types so you shouldn't use them as types.
Maybe we should define an ExpectableInterface and use that type instead?
ExpectableInterface
The text was updated successfully, but these errors were encountered:
That's an issue with psalm. Not Pest.
Sorry, something went wrong.
@nunomaduro Would you reconsider this if PHPStan agrees with Psalm that Traits should not be used as types?
https://phpstan.org/writing-php-code/phpdoc-types#classes-and-interfaces
No branches or pull requests
After upgrading to 2.9.x we get psalm reporting a lot of
UndefinedDockblockClass
issues on our pest tests.It appears to be caused by 4f3796e.
This has been raised in psalm a while back (vimeo/psalm#3695) and the response was
Maybe we should define an
ExpectableInterface
and use that type instead?The text was updated successfully, but these errors were encountered: