Passed
Push — master ( 39d863...3cd1ba )
by Oliver
03:38 queued 41s
created
src/PhpcsDiff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
         }
227 227
 
228 228
 
229
-        $json =  $output ? json_decode($output, true) : null;
229
+        $json = $output ? json_decode($output, true) : null;
230 230
         if ($json === null && $output) {
231 231
             $this->climate->error($output);
232 232
         }
Please login to merge, or discard this patch.