Completed
Pull Request — master (#514)
by Maxence
01:48
created
lib/Cron/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.