Completed
Push — master ( 8c435e...ba4698 )
by Maxence
33s queued 12s
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.