Passed
Push — master ( 14685e...6cfd53 )
by Julius
15:11 queued 13s
created
lib/private/Translation/TranslationManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,8 @@
 block discarded – undo
94 94
 			$class = $providerRegistration->getService();
95 95
 			try {
96 96
 				$this->providers[$class] = $this->serverContainer->get($class);
97
-			} catch (NotFoundExceptionInterface|ContainerExceptionInterface|Throwable $e) {
98
-				$this->logger->error('Failed to load translation provider ' . $class, [
97
+			} catch (NotFoundExceptionInterface | ContainerExceptionInterface | Throwable $e) {
98
+				$this->logger->error('Failed to load translation provider '.$class, [
99 99
 					'exception' => $e
100 100
 				]);
101 101
 			}
Please login to merge, or discard this patch.