8000 Fixed return type · symfony/symfony@5539f9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5539f9d

Browse files
tarleppnicolas-grekas
authored andcommitted
Fixed return type
1 parent 423a638 commit 5539f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
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)
0