Skip to content

Commit c617fd6

Browse files
committed
Update bug-6799b.php
1 parent 41d5090 commit c617fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Analyser/nsrt/bug-6799b.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function listingAddWhereFilterAtable(array $filterValues, array &$wher
3939
foreach ($filterValues as $type => $value) {
4040
$this->listingAddWhereFilterAtableDefault($whereFilter, 'xxxxx', $filters[$type], $value);
4141
}
42-
assertType('array<string>', $whereFilter); // could be string[]
42+
assertType('array<string>', $whereFilter);
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)