diff --git a/hooks/TestCaseHandler.php b/hooks/TestCaseHandler.php index c5b73f1..15652fa 100644 --- a/hooks/TestCaseHandler.php +++ b/hooks/TestCaseHandler.php @@ -192,7 +192,7 @@ class TestCaseHandler implements assert(null !== $provider_return_type_location); $expected_provider_return_type = new Type\Atomic\TIterable([ - Type::combineUnionTypes(Type::getArrayKey()), + Type::getArrayKey(), Type::getArray(), ]);