We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053f561 commit e07f90eCopy full SHA for e07f90e
tests/system/HTTP/MessageTest.php
@@ -207,7 +207,7 @@ public static function provideArrayHeaderValue(): iterable
207
/**
208
* @dataProvider provideArrayHeaderValue
209
*
210
- * @param mixed $arrayHeaderValue
+ * @param array $arrayHeaderValue
211
*/
212
public function testSetHeaderWithExistingArrayValuesAppendStringValue($arrayHeaderValue): void
213
{
@@ -220,7 +220,7 @@ public function testSetHeaderWithExistingArrayValuesAppendStringValue($arrayHead
220
221
222
223
224
225
public function testSetHeaderWithExistingArrayValuesAppendArrayValue($arrayHeaderValue): void
226
0 commit comments