Skip to content

Commit

Permalink
Allow mixed values
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Dec 5, 2024
1 parent ed7fa35 commit fd7fd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Html/Mixins/LinkElementMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LinkElementMixin extends stdClass
{
public function link(?string $modifiers = null): mixed
{
return function (string $route, array $parameters = [], ?string $modifiers = null) {
return function (string $route, mixed $parameters = [], ?string $modifiers = null) {
/** @var A $this */
$href = route($route, $parameters);

Expand Down

0 comments on commit fd7fd30

Please sign in to comment.