Completed
Pull Request — master (#102)
by Alessandro
02:39
created
src/Paraunit/Parser/JSON/LogPrinter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -297,6 +297,9 @@
 block discarded – undo
297 297
         return $logDirectory;
298 298
     }
299 299
 
300
+    /**
301
+     * @param string $string
302
+     */
300 303
     private function convertToUtf8($string): string
301 304
     {
302 305
         if (! \mb_detect_encoding($string, 'UTF-8', true)) {
Please login to merge, or discard this patch.