diff options
-rw-r--r-- | lib/private/AppFramework/Http/Request.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |