mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-12-02 09:27:56 +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);
|
||||
|
||||
$expected_provider_return_type = new Type\Atomic\TIterable([
|
||||
Type::combineUnionTypes(Type::getArrayKey()),
|
||||
Type::getArrayKey(),
|
||||
Type::getArray(),
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user