We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3332 commit 8971751Copy full SHA for 8971751
tests/PHPStan/Analyser/data/bug-12214.php
@@ -18,7 +18,7 @@ function test_iterable(iterable $test): void
18
*/
19
function test_array(array $test): void
20
{
21
- assertType('T of array (function Bug12214\test_array(), argument)', $test);
+ assertType('T of array<mixed> (function Bug12214\test_array(), argument)', $test);
22
}
23
24
/**
0 commit comments