Skip to content

Commit 8ea02fb

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent e6683f3 commit 8ea02fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Illuminate/Support/Facades/Request.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
* @method static string normalizeQueryString(string|null $qs)
6666
* @method static void enableHttpMethodParameterOverride()
6767
* @method static bool getHttpMethodParameterOverride()
68+
* @method static void setAllowedHttpMethodOverride(array|null $methods)
69+
* @method static array|null getAllowedHttpMethodOverride()
6870
* @method static bool hasPreviousSession()
6971
* @method static void setSession(\Symfony\Component\HttpFoundation\Session\SessionInterface $session)
7072
* @method static array getClientIps()
@@ -92,8 +94,8 @@
9294
* @method static string getRealMethod()
9395
* @method static string|null getMimeType(string $format)
9496
* @method static string[] getMimeTypes(string $format)
95-
* @method static string|null getFormat(string|null $mimeType)
96-
* @method static void setFormat(string|null $format, string|string[] $mimeTypes)
97+
* @method static string|null getFormat(string|null $mimeType, bool $subtypeFallback = null)
98+
* @method static void setFormat(string $format, string|string[] $mimeTypes)
9799
* @method static string|null getRequestFormat(string|null $default = 'html')
98100
* @method static void setRequestFormat(string|null $format)
99101
* @method static string|null getContentTypeFormat()

0 commit comments

Comments
 (0)