We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c0660 commit 514cda5Copy full SHA for 514cda5
1 file changed
tests/PHPStan/Analyser/nsrt/bug-6799.php
@@ -32,7 +32,7 @@ protected function listingAddWhereFilterAtable(array $filterValues, array &$wher
32
foreach ($filterValues as $type => $value) {
33
call_user_func_array(array($this, 'listingAddWhereFilterAtableDefault'), array(&$whereFilter, 'xxxx', $filters[$type], $value));
34
}
35
- assertType('mixed', $whereFilter);
+ assertType('mixed', $whereFilter); // could be string[]
36
37
38
0 commit comments