Adapt to Yii DB 2 #495
Annotations
1 error and 1 warning
|
mutation / PHP 8.3-ubuntu-latest
Process completed with exit code 1.
|
|
mutation / PHP 8.3-ubuntu-latest:
src/QueryDataReader.php#L101
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
/** @psalm-var array<TKey, TValue> $data */
yield from $data;
}
- return;
+
}
if (is_array($this->cache)) {
yield from $this->cache;
|