Test Failed
Pull Request — master (#14)
by Scott
02:01
created
src/CodeClimateLoader.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -77,6 +77,11 @@
 block discarded – undo
77 77
         }
78 78
     }
79 79
 
80
+    /**
81
+     * @param string $codeClimateFormat
82
+     *
83
+     * @return string
84
+     */
80 85
     private function convertToJson($codeClimateFormat)
81 86
     {
82 87
         $codeClimateFormat = str_replace("\0", ',', $codeClimateFormat);
Please login to merge, or discard this patch.