Skip to content

Commit 75262dc

Browse files
Update src/Symfony/Component/HttpFoundation/Request.php
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent c17415e commit 75262dc

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
@@ -1262,7 +1262,7 @@ public static function getMimeTypes(string $format): array
12621262
* @param string|null $mimeType The mime type to check
12631263
* @param bool $subtypeFallback Whether to fall back to the subtype if no exact match is found
12641264
*/
1265-
public function getFormat(?string $mimeType, /*bool $subtypeFallback = false*/): ?string
1265+
public function getFormat(?string $mimeType/* , bool $subtypeFallback = false */): ?string
12661266
{
12671267
$subtypeFallback = 2 <= \func_num_args() ? func_get_arg(1) : false;
12681268
$canonicalMimeType = null;

0 commit comments

Comments
 (0)