Completed
Pull Request — master (#785)
by Maxence
20s
created
lib/Cron/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,8 +124,8 @@
 block discarded – undo
124 124
 			} catch (PlatformTemporaryException $e) {
125 125
 				$this->logger->warning('platform seems down. we will update index next cron tick');
126 126
 				return;
127
-			} catch (Throwable|Exception $e) {
128
-				$this->runner->exception(get_class($e) . ' - ' . $e->getMessage(), false);
127
+			} catch (Throwable | Exception $e) {
128
+				$this->runner->exception(get_class($e).' - '.$e->getMessage(), false);
129 129
 				$this->logger->notice(
130 130
 					'exception encountered while running fulltextsearch/lib/Cron/Index.php',
131 131
 					['exception' => $e]
Please login to merge, or discard this patch.