mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Supress the psalm error
This commit is contained in:
parent
02f8f11736
commit
f85c34a803
@ -1265,6 +1265,7 @@ trait UnionTrait
|
||||
$calling_method_id,
|
||||
);
|
||||
|
||||
/** @psalm-suppress ImpureMethodCall */
|
||||
$checker->traverseArray($this->types);
|
||||
|
||||
/** @psalm-suppress InaccessibleProperty, ImpurePropertyAssignment Does not affect anything else */
|
||||
|
Loading…
Reference in New Issue
Block a user