Skip to content

Commit

Permalink
Fix action()
Browse files Browse the repository at this point in the history
invokable Class-name is not callable
  • Loading branch information
alies-dev committed Feb 24, 2023
1 parent 6cb00d3 commit 26092eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Foundation/helpers.stubphp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function abort_unless($boolean, $code, $message = '', array $headers = []) {}
/**
* Generate the URL to a controller action.
*
* @param callable-array|callable-string $name
* @param callable-array|class-string $name
* @param mixed $parameters
* @param bool $absolute
* @return string
Expand Down

0 comments on commit 26092eb

Please sign in to comment.