Skip to content

Commit 5daf210

Browse files
[11.x] signature typo (#50766)
* typo * Update HasMiddleware.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent fe17608 commit 5daf210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Controllers/HasMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface HasMiddleware
77
/**
88
* Get the middleware that should be assigned to the controller.
99
*
10-
* @return \Illuminate\Routing\Controllers\Middleware|array
10+
* @return \Illuminate\Routing\Controllers\Middleware[]
1111
*/
1212
public static function middleware();
1313
}

0 commit comments

Comments
 (0)