Skip to content

Commit 9f01f9b

Browse files
tarleppnicolas-grekas
authored andcommitted
Fixed return type
1 parent 2d67129 commit 9f01f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ public function getRealMethod()
13221322
*
13231323
* @param string $format The format
13241324
*
1325-
* @return string The associated mime type (null if not found)
1325+
* @return string|null The associated mime type (null if not found)
13261326
*/
13271327
public function getMimeType($format)
13281328
{

0 commit comments

Comments
 (0)