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 5dce4ba commit 00192ebCopy full SHA for 00192eb
Tests/Generator/Dumper/PhpGeneratorDumperTest.php
@@ -86,7 +86,7 @@ public function testDumpWithRoutes()
86
public function testDumpWithTooManyRoutes()
87
{
88
$this->routeCollection->add('Test', new Route('/testing/{foo}'));
89
- for ( $i = 0; $i < 32769; ++$i ) {
+ for ($i = 0; $i < 32769; ++$i) {
90
$this->routeCollection->add('route_'.$i, new Route('/route_'.$i));
91
}
92
$this->routeCollection->add('Test2', new Route('/testing2'));
0 commit comments