summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2020-07-14 14:20:43 +0200
committerGeorg Ehrke <developer@georgehrke.com>2020-07-14 14:20:43 +0200
commit3bdfb380fcdd2a057ea8347d05311acf2963d79c (patch)
treedbce816d3f33d90038aedb3fce5cfe44db341a7c /lib/private/AppFramework
parent7b82895982f9fcac8aa04fa9d650bd1113f638c2 (diff)
downloadnextcloud-server-3bdfb380fcdd2a057ea8347d05311acf2963d79c.tar.gz
nextcloud-server-3bdfb380fcdd2a057ea8347d05311acf2963d79c.zip
Fix PHPDoc of IRequest::getHeader
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'lib/private/AppFramework')
-rw-r--r--lib/private/AppFramework/Http/Request.php2
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