Passed
Push — master ( aad48e...92cace )
by Daniel
02:22
created
src/Dispatch/MethodDispatcher.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
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
             ]
Please login to merge, or discard this patch.
src/Endpoint.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,9 +102,9 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.