@@ -94,8 +94,8 @@ |
||
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 | } |