Fix bad call

This commit is contained in:
Matthew Brown 2019-05-14 14:30:53 -04:00 committed by GitHub
parent 3d54208ab0
commit bda2f2701d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),
]);