Skip to content

Commit

Permalink
Fix after PHPStan update
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 14, 2024
1 parent a778c61 commit 4a1667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Type/BeberleiAssert/data/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function doFoo($a, $b, array $c, iterable $d, $e, $f, $g, $h, $i, $j, $k,
\PHPStan\Testing\assertType('callable(): mixed', $l);

Assertion::isArray($m);
\PHPStan\Testing\assertType('array', $m);
\PHPStan\Testing\assertType('array<mixed, mixed>', $m);

Assertion::objectOrClass($n);
\PHPStan\Testing\assertType('string', $n);
Expand Down

0 comments on commit 4a1667f

Please sign in to comment.