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 7ac6d2e):
ERROR: UnsafeInstantiation - 7:16 - Cannot safely instantiate class FooException with "new static" as its constructor might change in child classes
https://psalm.dev/r/722b67a5a0
As there can't be any child classes, the constructor's signature is known in this case. UnsafeInstantiation shouldn't apply.
The text was updated successfully, but these errors were encountered: