8000
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 0f1cae8 commit 9587d04Copy full SHA for 9587d04
src/Symfony/Component/Routing/RouteCollection.php
@@ -117,7 +117,7 @@ public function remove($name)
117
* Adds a route collection at the end of the current set by appending all
118
* routes of the added collection.
119
*/
120
- public function addCollection(RouteCollection $collection)
+ public function addCollection(self $collection)
121
{
122
// we need to remove all routes with the same names first because just replacing them
123
// would not place the new route at the end of the merged array
0 commit comments