Skip to content

Commit 10c1313

Browse files
author
Jules Pietri
committed
[Routing] removed a useless var
1 parent b43cfc8 commit 10c1313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Loader/PhpFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function load($file, $type = null)
4848

4949
if ($result instanceof \Closure) {
5050
$collection = new RouteCollection();
51-
$result(new RoutingConfigurator($collection, $this, $path, $file), $this);
51+
$result(new RoutingConfigurator($collection, $this, $path, $file));
5252
} else {
5353
$collection = $result;
5454
}

0 commit comments

Comments
 (0)