Completed
Pull Request — master (#132)
by
unknown
12:38
created
src/Misc/ConsoleResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     public function getFormattedJsonBody(): string
115 115
     {
116 116
         $body = $this->responseBody;
117
-        if ($body === null){
117
+        if ($body === null) {
118 118
             $body = '{}';
119 119
         }
120 120
         $decoded = json_decode($body);
Please login to merge, or discard this patch.