Skip to content

Commit

Permalink
fix php doc param order (laravel#53109)
Browse files Browse the repository at this point in the history
  • Loading branch information
schulerj89 authored and timacdonald committed Oct 15, 2024
1 parent 662a334 commit 13b5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ public function addToMiddlewarePriorityAfter($after, $middleware)
/**
* Add the given middleware to the middleware priority list relative to other middleware.
*
* @param string $middleware
* @param string|array $existing
* @param string $middleware
* @param bool $after
* @return $this
*/
Expand Down

0 comments on commit 13b5942

Please sign in to comment.