Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 17, 2020
1 parent 3b64b12 commit 1dca53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Type/IterableTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function dataAccepts(): array
[
new IterableType(
new MixedType(),
$t,
$t
),
new ConstantArrayType([], []),
TrinaryLogic::createYes(),
Expand Down

0 comments on commit 1dca53a

Please sign in to comment.