8000 minor cs fix · symfony/symfony@eb59771 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb59771

Browse files
minor cs fix
1 parent d482f0a commit eb59771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ public function testDumpWithRouteNotFoundLocalizedRoutes()
128128
$this->routeCollection->add('test.en', (new Route('/testing/is/fun'))->setDefault('_locale', 'en')->setDefault('_canonical_route', 'test'));
129129

130130
$code = $this->generatorDumper->dump(array(
131-
'class' => 'RouteNotFoundLocalizedProjectUrlGenerator',
132-
));
131+
'class' => 'RouteNotFoundLocalizedProjectUrlGenerator',
132+
));
133133
file_put_contents($this->testTmpFilepath, $code);
134134
include $this->testTmpFilepath;
135135

0 commit comments

Comments
 (0)
0