Skip to content

Commit fd7fd30

Browse files
authored
Allow mixed values
1 parent ed7fa35 commit fd7fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Html/Mixins/LinkElementMixin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class LinkElementMixin extends stdClass
1010
{
1111
public function link(?string $modifiers = null): mixed
1212
{
13-
return function (string $route, array $parameters = [], ?string $modifiers = null) {
13+
return function (string $route, mixed $parameters = [], ?string $modifiers = null) {
1414
/** @var A $this */
1515
$href = route($route, $parameters);
1616

0 commit comments

Comments
 (0)