@@ -77,6 +77,11 @@ |
||
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); |