diff --git a/src/Control/HTTPRequest.php b/src/Control/HTTPRequest.php index 74ec00b16..898c46f84 100644 --- a/src/Control/HTTPRequest.php +++ b/src/Control/HTTPRequest.php @@ -469,7 +469,7 @@ class HTTPRequest implements ArrayAccess * Caution: Since it requires $fileData to be passed as binary data (no stream support), * it's only advisable to send small files through this method. * this function needs to called inside the controllers response, eg - * $this->setResponse(HTTPRequest::send_file('the content', 'filename.txt')); + * $this->setResponse(HTTPRequest::send_file('the content', 'filename.txt')); * * @static * @param $fileData