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
Ran into this while seeing if we could use psalm to check the code base itself.
So the question is, should we mark them as impure?
ERROR: ImpureMethodCall - src/Mixin.php:3210:9 - Cannot call a possibly-mutating Traversable::getIterator from a pure context (see https://psalm.dev/203)
foreach ($array as $entry) {
static::isNonEmptyMap($entry, $message);
}
The text was updated successfully, but these errors were encountered:
Ran into this while seeing if we could use psalm to check the code base itself.
So the question is, should we mark them as impure?
The text was updated successfully, but these errors were encountered: