Skip to content

Commit 24a56c3

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 1ad0960 commit 24a56c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
* @method static string getRealMethod()
9595
* @method static string|null getMimeType(string $format)
9696
* @method static string[] getMimeTypes(string $format)
97-
* @method static string|null getFormat(string|null $mimeType, bool $subtypeFallback = null)
97+
* @method static string|null getFormat(string|null $mimeType, bool $subtypeFallback = false)
9898
* @method static void setFormat(string $format, string|string[] $mimeTypes)
9999
* @method static string|null getRequestFormat(string|null $default = 'html')
100100
* @method static void setRequestFormat(string|null $format)

0 commit comments

Comments
 (0)