Skip to content

Commit

Permalink
Fix bad call
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed May 14, 2019
1 parent 3d54208 commit bda2f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/TestCaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static function afterStatementAnalysis(
assert(null !== $provider_return_type_location);

$expected_provider_return_type = new Type\Atomic\TIterable([
Type::combineUnionTypes(Type::getArrayKey()),
Type::getArrayKey(),
Type::getArray(),
]);

Expand Down

0 comments on commit bda2f27

Please sign in to comment.