Skip to content

Commit 8971751

Browse files
committed
Fix build
1 parent dac3332 commit 8971751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/data/bug-12214.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function test_iterable(iterable $test): void
1818
*/
1919
function test_array(array $test): void
2020
{
21-
assertType('T of array (function Bug12214\test_array(), argument)', $test);
21+
assertType('T of array<mixed> (function Bug12214\test_array(), argument)', $test);
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)