Skip to content

Commit

Permalink
Merge branch '4.4' into 5.2
Browse files Browse the repository at this point in the history
* 4.4:
  [PHPDoc] Fix some union type cases
  • Loading branch information
chalasr committed Apr 8, 2021
2 parents 63d0582 + 4c8b42b commit b1c9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getHeaders(): array
/**
* Gets a response header.
*
* @return string|array The first header value if $first is true, an array of values otherwise
* @return string|array|null The first header value if $first is true, an array of values otherwise
*/
public function getHeader(string $header, bool $first = true)
{
Expand Down

0 comments on commit b1c9d57

Please sign in to comment.