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
I assume MissingReturnType on this comes originally from #1846 . I also assume, that __construct and __destruct to not need a return type. My assumptions can be wrong.
What I noticed when I run psalm on a project that I get a MissingReturnType in an interface expecting __destruct: https://psalm.dev/r/fdd8a87e28
Is this a bug? On classes it does not break.
The text was updated successfully, but these errors were encountered:
I assume MissingReturnType on this comes originally from #1846 . I also assume, that __construct and __destruct to not need a return type. My assumptions can be wrong.
What I noticed when I run psalm on a project that I get a MissingReturnType in an interface expecting __destruct:
https://psalm.dev/r/fdd8a87e28
Is this a bug? On classes it does not break.
The text was updated successfully, but these errors were encountered: