Skip to content

Commit

Permalink
Update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 30, 2024
1 parent a0e971a commit f92e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/WithRouteActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function index(string ...$params) : string
* @param int $int
* @param string $string
*
* @return array<string,scalar>
* @return array<string,mixed>
*/
public function noStrictTypes(bool $bool, float $float, int $int, string $string) : array
{
Expand Down

0 comments on commit f92e9f3

Please sign in to comment.