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 49adbb9 commit e8a0efbCopy full SHA for e8a0efb
HeaderBag.php
@@ -63,7 +63,7 @@ public function __toString(): string
63
*
64
* @param string|null $key The name of the headers to return or null to get them all
65
66
- * @return array<string, array<int, string|null>>|array<int, string|null>
+ * @return array<string, list<string|null>>|list<string|null>
67
*/
68
public function all(string $key = null): array
69
{
0 commit comments