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 522e812 commit 1fae0b9Copy full SHA for 1fae0b9
1 file changed
src/frankenphp-symfony/src/Runner.php
@@ -49,7 +49,7 @@ public function run(): int
49
}
50
51
gc_collect_cycles();
52
- } while ($ret && (-1 === $this->loopMax || ++$loops <= $this->loopMax));
+ } while ($ret && (-1 === $this->loopMax || ++$loops < $this->loopMax));
53
54
return 0;
55
0 commit comments