Skip to content

Commit c08e4f7

Browse files
authored
fix php doc param order (#53109)
1 parent 6e951b7 commit c08e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Http/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ public function addToMiddlewarePriorityAfter($after, $middleware)
478478
/**
479479
* Add the given middleware to the middleware priority list relative to other middleware.
480480
*
481-
* @param string $middleware
482481
* @param string|array $existing
482+
* @param string $middleware
483483
* @param bool $after
484484
* @return $this
485485
*/

0 commit comments

Comments
 (0)