Fix PHPDoc of IRequest::getHeader

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-07-14 14:20:43 +02:00
parent 7b82895982
commit 3bdfb380fc
No known key found for this signature in database
GPG key ID: 9D98FD9380A1CB43

View 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