Skip to content

Commit 4a1667f

Browse files
committed
Fix after PHPStan update
1 parent a778c61 commit 4a1667f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/BeberleiAssert/data/data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function doFoo($a, $b, array $c, iterable $d, $e, $f, $g, $h, $i, $j, $k,
4848
\PHPStan\Testing\assertType('callable(): mixed', $l);
4949

5050
Assertion::isArray($m);
51-
\PHPStan\Testing\assertType('array', $m);
51+
\PHPStan\Testing\assertType('array<mixed, mixed>', $m);
5252

5353
Assertion::objectOrClass($n);
5454
\PHPStan\Testing\assertType('string', $n);

0 commit comments

Comments
 (0)