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 fd46859 commit e64c715Copy full SHA for e64c715
src/Illuminate/Support/Facades/Request.php
@@ -92,7 +92,7 @@
92
* @method static string getRealMethod()
93
* @method static string|null getMimeType(string $format)
94
* @method static string[] getMimeTypes(string $format)
95
- * @method static string|null getFormat(string|null $mimeType, bool $subtypeFallback = false)
+ * @method static string|null getFormat(string|null $mimeType, bool $subtypeFallback = null)
96
* @method static void setFormat(string|null $format, string|string[] $mimeTypes)
97
* @method static string|null getRequestFormat(string|null $default = 'html')
98
* @method static void setRequestFormat(string|null $format)
0 commit comments