@@ -178,7 +178,7 @@ |
||
| 178 | 178 | } |
| 179 | 179 | return $this->offsetGet($sClass); |
| 180 | 180 | } |
| 181 | - catch(Exception|Throwable $e) |
|
| 181 | + catch(Exception | Throwable $e) |
|
| 182 | 182 | { |
| 183 | 183 | $xTranslator = $this->g(Translator::class); |
| 184 | 184 | $sMessage = $xTranslator->trans('errors.class.container', ['name' => $sClass]); |
@@ -303,7 +303,7 @@ |
||
| 303 | 303 | $xCallableObject = $this->xRegistry->getCallableObject($sRequestedClass); |
| 304 | 304 | return $xCallableObject->call($sRequestedMethod, $this->xParameterReader->args()); |
| 305 | 305 | } |
| 306 | - catch(ReflectionException|SetupException $e) |
|
| 306 | + catch(ReflectionException | SetupException $e) |
|
| 307 | 307 | { |
| 308 | 308 | // Unable to find the requested class or method |
| 309 | 309 | $this->di->getLogger()->error($e->getMessage()); |