File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
* @method static string route(\BackedEnum|string $name, mixed $parameters = [], bool $absolute = true)
24
24
* @method static string toRoute(\Illuminate\Routing\Route $route, mixed $parameters, bool $absolute)
25
25
* @method static string action(string|array $action, mixed $parameters = [], bool $absolute = true)
26
- * @method static array formatParameters(mixed|array $parameters)
26
+ * @method static array formatParameters(mixed $parameters)
27
27
* @method static string formatRoot(string $scheme, string|null $root = null)
28
28
* @method static string format(string $root, string $path, \Illuminate\Routing\Route|null $route = null)
29
29
* @method static bool isValidUrl(string $path)
You can’t perform that action at this time.
0 commit comments