Skip to content

Commit e8a0efb

Browse files
authored
Update HeaderBag::all PhpDoc
For better compliance with code quality tools.
1 parent 49adbb9 commit e8a0efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeaderBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __toString(): string
6363
*
6464
* @param string|null $key The name of the headers to return or null to get them all
6565
*
66-
* @return array<string, array<int, string|null>>|array<int, string|null>
66+
* @return array<string, list<string|null>>|list<string|null>
6767
*/
6868
public function all(string $key = null): array
6969
{

0 commit comments

Comments
 (0)