Skip to content

Commit 514cda5

Browse files
committed
Update bug-6799.php
1 parent a0c0660 commit 514cda5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function listingAddWhereFilterAtable(array $filterValues, array &$wher
3232
foreach ($filterValues as $type => $value) {
3333
call_user_func_array(array($this, 'listingAddWhereFilterAtableDefault'), array(&$whereFilter, 'xxxx', $filters[$type], $value));
3434
}
35-
assertType('mixed', $whereFilter);
35+
assertType('mixed', $whereFilter); // could be string[]
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)