Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeader

Fix PHPDoc of IRequest::getHeader
This commit is contained in:
Roeland Jago Douma 2020-07-14 16:43:09 +02:00 committed by GitHub
commit dca2469462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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