Skip to content

Commit 00192eb

Browse files
committed
CS: general fixes
1 parent 5dce4ba commit 00192eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Generator/Dumper/PhpGeneratorDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function testDumpWithRoutes()
8686
public function testDumpWithTooManyRoutes()
8787
{
8888
$this->routeCollection->add('Test', new Route('/testing/{foo}'));
89-
for ( $i = 0; $i < 32769; ++$i ) {
89+
for ($i = 0; $i < 32769; ++$i) {
9090
$this->routeCollection->add('route_'.$i, new Route('/route_'.$i));
9191
}
9292
$this->routeCollection->add('Test2', new Route('/testing2'));

0 commit comments

Comments
 (0)