File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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()
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()
You can’t perform that action at this time.
0 commit comments