Skip to content

Commit

Permalink
Correct return type to match functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 authored Jan 10, 2025
1 parent 4b9aeae commit 1f9c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Controllers/HasMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface HasMiddleware
/**
* Get the middleware that should be assigned to the controller.
*
* @return \Illuminate\Routing\Controllers\Middleware[]
* @return array<int,\Illuminate\Routing\Controllers\Middleware|\Closure|string>
*/
public static function middleware();
}

0 comments on commit 1f9c605

Please sign in to comment.