mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix PHPDoc of IRequest::getHeader
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
7b82895982
commit
3bdfb380fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue