We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778c61 commit 4a1667fCopy full SHA for 4a1667f
tests/Type/BeberleiAssert/data/data.php
@@ -48,7 +48,7 @@ public function doFoo($a, $b, array $c, iterable $d, $e, $f, $g, $h, $i, $j, $k,
48
\PHPStan\Testing\assertType('callable(): mixed', $l);
49
50
Assertion::isArray($m);
51
- \PHPStan\Testing\assertType('array', $m);
+ \PHPStan\Testing\assertType('array<mixed, mixed>', $m);
52
53
Assertion::objectOrClass($n);
54
\PHPStan\Testing\assertType('string', $n);
0 commit comments