Update src/Control/HTTPRequest.php

Co-authored-by: Loz Calver <kinglozzer@gmail.com>
This commit is contained in:
Thomas Portelange 2024-03-08 09:01:10 +01:00 committed by GitHub
parent f3d221f928
commit 3b7cd8dd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ class HTTPRequest implements ArrayAccess
* @static
* @param string $fileData
* @param string $fileName
* @param string $mimeType
* @param string|null $mimeType
* @return HTTPResponse
*/
public static function send_file($fileData, $fileName, $mimeType = null)