We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17415e commit 75262dcCopy full SHA for 75262dc
src/Symfony/Component/HttpFoundation/Request.php
@@ -1262,7 +1262,7 @@ public static function getMimeTypes(string $format): array
1262
* @param string|null $mimeType The mime type to check
1263
* @param bool $subtypeFallback Whether to fall back to the subtype if no exact match is found
1264
*/
1265
- public function getFormat(?string $mimeType, /*bool $subtypeFallback = false*/): ?string
+ public function getFormat(?string $mimeType/* , bool $subtypeFallback = false */): ?string
1266
{
1267
$subtypeFallback = 2 <= \func_num_args() ? func_get_arg(1) : false;
1268
$canonicalMimeType = null;
0 commit comments