Skip to content

Commit d603473

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [PHPDoc] Fix some union type cases
2 parents 0581533 + b1c9d57 commit d603473

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)