From 3bdfb380fcdd2a057ea8347d05311acf2963d79c Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 14 Jul 2020 14:20:43 +0200 Subject: [PATCH] Fix PHPDoc of IRequest::getHeader Signed-off-by: Georg Ehrke --- lib/private/AppFramework/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5