Completed
Push — master ( 766b61...6c8406 )
by Scott
15s
created
src/CodeClimateLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
         }
77 77
     }
78 78
 
79
+    /**
80
+     * @param string $codeClimateFormat
81
+     */
79 82
     private function convertToJson($codeClimateFormat)
80 83
     {
81 84
         $codeClimateFormat = str_replace("\0", ',', $codeClimateFormat);
Please login to merge, or discard this patch.