Skip to content

Commit 8d2e92f

Browse files
authored
update phpdoc except method in Middleware (#47408)
1 parent b2252ff commit 8d2e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Controllers/Middleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function only(array|string $only)
5555
/**
5656
* Specify the controller methods the middleware should not apply to.
5757
*
58-
* @param array|string $only
58+
* @param array|string $except
5959
* @return $this
6060
*/
6161
public function except(array|string $except)

0 commit comments

Comments
 (0)