We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe17608 commit 5daf210Copy full SHA for 5daf210
src/Illuminate/Routing/Controllers/HasMiddleware.php
@@ -7,7 +7,7 @@ interface HasMiddleware
7
/**
8
* Get the middleware that should be assigned to the controller.
9
*
10
- * @return \Illuminate\Routing\Controllers\Middleware|array
+ * @return \Illuminate\Routing\Controllers\Middleware[]
11
*/
12
public static function middleware();
13
}
0 commit comments