1
0
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:
WhizSid 2023-04-13 15:48:27 +05:30
parent 02f8f11736
commit f85c34a803

View File

@ -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 */