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