Completed
Pull Request — master (#14)
by Scott
02:44
created
src/CodeClimateLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $this->file = json_decode($json);
29 29
         if (json_last_error() == JSON_ERROR_SYNTAX) {
30 30
             //try again with array syntax ...
31
-           $this->file = json_decode('[' . $json . ']');
31
+            $this->file = json_decode('[' . $json . ']');
32 32
         }
33 33
     }
34 34
 
Please login to merge, or discard this patch.