Skip to content

Commit 97c4dae

Browse files
authored
Fixed a typo in phpdoc block (#48296)
It will fix a little typo in the PHPDoc block of `excludedMiddleware` method in Route class
1 parent cdf9dba commit 97c4dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ public function withoutMiddleware($middleware)
11361136
}
11371137

11381138
/**
1139-
* Get the middleware should be removed from the route.
1139+
* Get the middleware that should be removed from the route.
11401140
*
11411141
* @return array
11421142
*/

0 commit comments

Comments
 (0)