We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f529971 commit af725e7Copy full SHA for af725e7
tests/PHPStan/Analyser/nsrt/bug-8886.php
@@ -9,5 +9,5 @@ function testPDOStatementGetIterator(): void {
9
$pdo = new PDO('sqlite::memory:');
10
$stmt = $pdo->query('SELECT 1');
11
12
- assertType('Iterator<mixed, array<int|string, mixed>>', $stmt->getIterator());
+ assertType('Iterator<mixed, mixed>', $stmt->getIterator());
13
}
0 commit comments