Skip to content

Commit 6f9cc51

Browse files
committed
test: fix @param types
1 parent 24a1d17 commit 6f9cc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/HTTP/MessageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static function provideArrayHeaderValue(): iterable
207207
/**
208208
* @dataProvider provideArrayHeaderValue
209209
*
210-
* @param mixed $arrayHeaderValue
210+
* @param array $arrayHeaderValue
211211
*/
212212
public function testSetHeaderWithExistingArrayValuesAppendStringValue($arrayHeaderValue): void
213213
{
@@ -220,7 +220,7 @@ public function testSetHeaderWithExistingArrayValuesAppendStringValue($arrayHead
220220
/**
221221
* @dataProvider provideArrayHeaderValue
222222
*
223-
* @param mixed $arrayHeaderValue
223+
* @param array $arrayHeaderValue
224224
*/
225225
public function testSetHeaderWithExistingArrayValuesAppendArrayValue($arrayHeaderValue): void
226226
{

0 commit comments

Comments
 (0)