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
See vimeo/psalm#10870
But then all other errors, marked as "other issues" until now, are promoted to real errors so they have to be baselined. This could be reverted once the Psalm error is resolved somehow.
When a (typed or not) constant is used on object (
$object::CONST
), the type is lost:works, no error:
both throw "Argument 1 of func cannot be mixed, expecting string":
https://psalm.dev/r/0a3523524e
May be loosely related to #10700
The text was updated successfully, but these errors were encountered: