Skip to content

Commit

Permalink
update phpdoc except method in Middleware (#47408)
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev authored Jun 12, 2023
1 parent b2252ff commit 8d2e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Controllers/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function only(array|string $only)
/**
* Specify the controller methods the middleware should not apply to.
*
* @param array|string $only
* @param array|string $except
* @return $this
*/
public function except(array|string $except)
Expand Down

0 comments on commit 8d2e92f

Please sign in to comment.