mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Suppress null check
This commit is contained in:
parent
ff7fbcda99
commit
234a6ba4b4
@ -3408,6 +3408,7 @@ class CallAnalyzer
|
||||
return [];
|
||||
}
|
||||
|
||||
/** @psalm-suppress PossiblyNullPropertyFetch */
|
||||
if ($callable_arg->items[0]->key || $callable_arg->items[1]->key) {
|
||||
return [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user