@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | $this->runner->stop(); |
103 | 103 | } catch (RunnerAlreadyUpException $e) { |
104 | 104 | } catch (Exception $e) { |
105 | - $this->miscService->log('Exception while cronIndex: ' . get_class($e) . ' - ' . $e->getMessage()); |
|
105 | + $this->miscService->log('Exception while cronIndex: '.get_class($e).' - '.$e->getMessage()); |
|
106 | 106 | $this->runner->exception($e->getMessage(), true); |
107 | 107 | } |
108 | 108 | |
@@ -166,6 +166,6 @@ discard block |
||
166 | 166 | * |
167 | 167 | */ |
168 | 168 | private function setLastErrReset() { |
169 | - $this->configService->setAppValue(ConfigService::CRON_LAST_ERR_RESET, (string) time()); |
|
169 | + $this->configService->setAppValue(ConfigService::CRON_LAST_ERR_RESET, (string)time()); |
|
170 | 170 | } |
171 | 171 | } |