Skip to content

Commit b1c9d57

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [PHPDoc] Fix some union type cases
2 parents 63d0582 + 4c8b42b commit b1c9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function getHeaders(): array
8484
/**
8585
* Gets a response header.
8686
*
87-
* @return string|array The first header value if $first is true, an array of values otherwise
87+
* @return string|array|null The first header value if $first is true, an array of values otherwise
8888
*/
8989
public function getHeader(string $header, bool $first = true)
9090
{

0 commit comments

Comments
 (0)