You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Psalm output (using commit c912b6c):
INFO: LessSpecificReturnStatement - 23:13 - The type 'A&static' is more general than the declared return type 'B' for B::doCretate1
INFO: MoreSpecificReturnType - 21:39 - The declared return type 'B' for B::doCretate1 is more specific than the inferred return type 'A&static'
It works with the phpdoc, but does not work with type declaration.
https://psalm.dev/r/4096286383
The text was updated successfully, but these errors were encountered: