From: Georg Ehrke Date: Tue, 14 Jul 2020 12:20:43 +0000 (+0200) Subject: Fix PHPDoc of IRequest::getHeader X-Git-Tag: v20.0.0beta1~249^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21833%2Fhead;p=nextcloud-server.git Fix PHPDoc of IRequest::getHeader Signed-off-by: Georg Ehrke --- diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index 6428f7116b0..d0ecdbea6c7 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -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