@@ -59,8 +59,8 @@ |
||
59 | 59 | |
60 | 60 | $this->methodValidator->validateInput($schemaContent, $input); |
61 | 61 | |
62 | - $this->logger?->debug( |
|
63 | - 'Method call: '.$methodName, |
|
62 | + $this->logger ? ->debug( |
|
63 | + 'Method call: ' . $methodName, |
|
64 | 64 | [ |
65 | 65 | 'input' => $input->parameter |
66 | 66 | ] |
@@ -102,9 +102,9 @@ |
||
102 | 102 | private function logError( |
103 | 103 | Throwable $e, |
104 | 104 | UuidInterface $uuid, |
105 | - array $context = [] |
|
105 | + array $context = [ ] |
|
106 | 106 | ): void { |
107 | - $this->logger?->error( |
|
107 | + $this->logger ? ->error( |
|
108 | 108 | sprintf('%s (%d)', $e->getMessage(), $e->getCode()), |
109 | 109 | [ |
110 | 110 | 'id' => $uuid->toString(), |