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 03ee02c):
ERROR: InvalidPropertyAssignmentValue - 21:27 - $this->internal with declared type 'I:DeclaredCallableBag as bool' cannot be assigned type 'bool'
https://psalm.dev/r/9f37666cc3
ReflectionFunctionAbstract->isInternal
is stubbed pure in psalm, but there's no way to template based on the output of it.It would also be nice to be able to template based on arbitrary constructor assignments to uninitialized properties.
The text was updated successfully, but these errors were encountered: