mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-12-03 09:57:52 +01:00
Fix bad call
This commit is contained in:
parent
3d54208ab0
commit
bda2f2701d
@ -192,7 +192,7 @@ class TestCaseHandler implements
|
|||||||
assert(null !== $provider_return_type_location);
|
assert(null !== $provider_return_type_location);
|
||||||
|
|
||||||
$expected_provider_return_type = new Type\Atomic\TIterable([
|
$expected_provider_return_type = new Type\Atomic\TIterable([
|
||||||
Type::combineUnionTypes(Type::getArrayKey()),
|
Type::getArrayKey(),
|
||||||
Type::getArray(),
|
Type::getArray(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user