Skip to content

Commit

Permalink
Issue Fixed #21034: Invalid return type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh committed Feb 7, 2019
1 parent 8dfe26a commit e64dbcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ public function has($key)
*
* @param string $name Header name to retrieve.
* @param mixed|null $default Default value to use when the requested header is missing.
* @return bool|HeaderInterface
* @return bool|string
*/
public function getHeader($name, $default = false)
{
Expand Down

0 comments on commit e64dbcb

Please sign in to comment.