Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeader
Fix PHPDoc of IRequest::getHeader
This commit is contained in:
commit
dca2469462
|
@ -308,7 +308,7 @@ class Request implements \ArrayAccess, \Countable, IRequest {
|
|||
/**
|
||||
* Returns the value for a specific http header.
|
||||
*
|
||||
* This method returns null if the header did not exist.
|
||||
* This method returns an empty string if the header did not exist.
|
||||
*
|
||||
* @param string $name
|
||||
* @return string
|
||||
|
|
Loading…
Reference in New Issue