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
$b should be array<array-key, ReflectionAttribute<object>>, not empty. In the remove-empty PR, it makes ReflectionAttribute generates Never everywhere that are then flagged as NoValue
The text was updated successfully, but these errors were encountered:
Psalm output (using commit f4b48ab):
INFO: Trace - 12:9 - $a: ReflectionClass<object>
INFO: Trace - 13:0 - $b: array<array-key, ReflectionAttribute<empty>>
INFO: UnusedVariable - 12:9 - $b is never referenced or the value is not used
https://psalm.dev/r/cc7ea40afd
$b should be
array<array-key, ReflectionAttribute<object>>
, not empty. In the remove-empty PR, it makes ReflectionAttribute generatesNever
everywhere that are then flagged asNoValue
The text was updated successfully, but these errors were encountered: