Skip to content

Commit 8aaf8f9

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

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
@@ -193,11 +193,7 @@ public function testIsValidFalse(array $data, array $expectedInvalidKeys): void
193193
self::assertEquals($expectedInvalidKeys, $testKeys);
194194
}
195195

196-
/**
197-
* @psalm-return array<string, array{
198-
* string|integer|float
199-
* }>
200-
*/
196+
/** @psalm-return array<string, array{0: string|int|float}> */
201197
public function dataProviderInvalidPageSizes(): array
202198
{
203199
return [

0 commit comments

Comments
 (0)