8000 minor #17174 [Routing] removed unused variable in PhpMatcherDumperTes… · symfony/symfony@06eec9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 06eec9d

Browse files
committed
minor #17174 [Routing] removed unused variable in PhpMatcherDumperTest class. (hhamon)
This PR was merged into the 2.3 branch. Discussion ---------- [Routing] removed unused variable in PhpMatcherDumperTest class. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 26d31eb [Routing] removed unused variable in PhpMatcherDumperTest class.
2 parents a89fe42 + 26d31eb commit 06eec9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public function getRouteCollections()
167167
$route1 = new Route('/route1', array(), array(), array(), 'a.example.com');
168168
$collection1->add('route1', $route1);
169169

170-
$collection2 = new RouteCollection();
171-
172170
$route2 = new Route('/c2/route2', array(), array(), array(), 'a.example.com');
173171
$collection1->add('route2', $route2);
174172

0 commit comments

Comments
 (0)
0