Skip to content

Commit 8802aa4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InputFilter/RestService/PatchInputFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function dataProviderInvalidPageSizes(): array
207207

208208
/**
209209
* @dataProvider dataProviderInvalidPageSizes
210-
* @param mixed $pageSize
210+
* @param string|int|float $pageSize
211211
*/
212212
public function testInvalidPageSizes($pageSize): void
213213
{

0 commit comments

Comments
 (0)