Skip to content

Commit

Permalink
Fix incorrect method args
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Dec 5, 2024
1 parent fd7fd30 commit 285e59d
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 @@ -8,7 +8,7 @@

class LinkElementMixin extends stdClass
{
public function link(?string $modifiers = null): mixed
public function link(): mixed
{
return function (string $route, mixed $parameters = [], ?string $modifiers = null) {
/** @var A $this */
Expand Down

0 comments on commit 285e59d

Please sign in to comment.