8000 [Routing] fix CS · symfony/symfony@9587d04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9587d04

Browse files
[Routing] fix CS
1 parent 0f1cae8 commit 9587d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/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)
0