removing incorrect optimization
parent
c6c521bfae
commit
914a4b32e4
|
@ -677,8 +677,8 @@ class Solver
|
||||||
$systemLevel = $level;
|
$systemLevel = $level;
|
||||||
}
|
}
|
||||||
|
|
||||||
for ($i = 0, $n = 0, $count = count($this->rules); $n < $count; $i++, $n++) {
|
for ($i = 0, $n = 0; $n < count($this->rules); $i++, $n++) {
|
||||||
if ($i == $count) {
|
if ($i == count($this->rules)) {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue