We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d5090 commit c617fd6Copy full SHA for c617fd6
1 file changed
tests/PHPStan/Analyser/nsrt/bug-6799b.php
@@ -39,7 +39,7 @@ protected function listingAddWhereFilterAtable(array $filterValues, array &$wher
39
foreach ($filterValues as $type => $value) {
40
$this->listingAddWhereFilterAtableDefault($whereFilter, 'xxxxx', $filters[$type], $value);
41
}
42
- assertType('array<string>', $whereFilter); // could be string[]
+ assertType('array<string>', $whereFilter);
43
44
45
0 commit comments