@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | $start += self::BATCH_SIZE; |
| 70 | 70 | |
| 71 | - } while(count($maps) == self::BATCH_SIZE); |
|
| 71 | + } while (count($maps) == self::BATCH_SIZE); |
|
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
@@ -119,7 +119,7 @@ |
||
| 119 | 119 | } while ($nextCycleStart < $endCycleTime); |
| 120 | 120 | |
| 121 | 121 | @time_sleep_until($nextCycleStart); |
| 122 | - } while($this->isRunning); |
|
| 122 | + } while ($this->isRunning); |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |