@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | $this->setUpInConstructor(); |
72 | 72 | |
73 | - $this->run();//todo delete that and use (Worker)->run($duration) or process management |
|
73 | + $this->run(); //todo delete that and use (Worker)->run($duration) or process management |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | protected function setUpInConstructor(): void |
@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | } |
220 | 220 | |
221 | 221 | dump($result); |
222 | - echo "Sleep ".(string)static::SLEEP_AFTER_EDITION."\n"; |
|
222 | + echo "Sleep ".(string) static::SLEEP_AFTER_EDITION."\n"; |
|
223 | 223 | sleep(static::SLEEP_AFTER_EDITION); |
224 | 224 | } |
225 | 225 | } |