Skip to content

Commit 48ee6df

Browse files
[Routing] fix CS
1 parent 55a6d35 commit 48ee6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function remove($name)
117117
* Adds a route collection at the end of the current set by appending all
118118
* routes of the added collection.
119119
*/
120-
public function addCollection(RouteCollection $collection)
120+
public function addCollection(self $collection)
121121
{
122122
// we need to remove all routes with the same names first because just replacing them
123123
// would not place the new route at the end of the merged array

0 commit comments

Comments
 (0)