@@ -27,7 +27,7 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | #[Override] |
| 30 | - public function createErrorContext(Throwable $exception, string $exceptionId = '', AbstractContext|null $openContext = null): ErrorContext |
|
| 30 | + public function createErrorContext(Throwable $exception, string $exceptionId = '', AbstractContext | null $openContext = null): ErrorContext |
|
| 31 | 31 | { |
| 32 | 32 | /** @var OpenContext|null $openContext */ |
| 33 | 33 | return ErrorContext::create($exception, $exceptionId, $openContext); |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | return $result; |
| 52 | 52 | } catch (Throwable $e) { |
| 53 | - $exceptionId = 'e-' . spl_object_hash($e); |
|
| 53 | + $exceptionId = 'e-'.spl_object_hash($e); |
|
| 54 | 54 | $errorContext = $this->factory->createErrorContext($e, $exceptionId, $openContext); |
| 55 | 55 | |
| 56 | 56 | try { |