]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHPDoc of IRequest::getHeader 21833/head
authorGeorg Ehrke <developer@georgehrke.com>
Tue, 14 Jul 2020 12:20:43 +0000 (14:20 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Tue, 14 Jul 2020 12:20:43 +0000 (14:20 +0200)
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
lib/private/AppFramework/Http/Request.php

index 6428f7116b0e056bca561f562d90a7b2c23c262a..d0ecdbea6c706f06ccc9f0a3b1ce4f6c8ed4a352 100644 (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