Skip to content

Commit f37eda6

Browse files
Update test/InputFilter/RestService/PatchInputFilterTest.php
Co-authored-by: Matthew Weier O'Phinney <[email protected]>
1 parent 73c3ebf commit f37eda6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/InputFilter/RestService/PatchInputFilterTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ public function getInputFilter(): PatchInputFilter
2424
]);
2525
}
2626

27-
/**
28-
* @psalm-return array<string, array{
29-
* string|integer
30-
* }>
31-
*/
27+
/** @psalm-return array<string, array{0: string|int}> */
3228
public function dataProviderIsValidTrue(): array
3329
{
3430
return [

0 commit comments

Comments
 (0)