Skip to content

Commit 6697b4d

Browse files
authored
Fix Route::withoutMiddleware() docblock (#44453)
1 parent 58a6770 commit 6697b4d

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
@@ -1090,7 +1090,7 @@ public function controllerMiddleware()
10901090
* Specify middleware that should be removed from the given route.
10911091
*
10921092
* @param array|string $middleware
1093-
* @return $this|array
1093+
* @return $this
10941094
*/
10951095
public function withoutMiddleware($middleware)
10961096
{

0 commit comments

Comments
 (0)