Completed
Pull Request — master (#93)
by Alessandro
02:47
created
src/Paraunit/Parser/JSON/LogPrinter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -292,6 +292,9 @@
 block discarded – undo
292 292
         return $this->logDirectory;
293 293
     }
294 294
 
295
+    /**
296
+     * @param string $string
297
+     */
295 298
     private function convertToUtf8($string): string
296 299
     {
297 300
         if (! $this->isUtf8($string)) {
Please login to merge, or discard this patch.