Completed
Push — master ( b70c49...e834bf )
by Alessandro
13s
created
src/Paraunit/Parser/JSON/LogPrinter.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -306,6 +306,9 @@  discard block
 block discarded – undo
306 306
         return $logDirectory;
307 307
     }
308 308
 
309
+    /**
310
+     * @param string $string
311
+     */
309 312
     private function convertToUtf8($string): string
310 313
     {
311 314
         if (! \mb_detect_encoding($string, 'UTF-8', true)) {
@@ -315,6 +318,9 @@  discard block
 block discarded – undo
315 318
         return $string;
316 319
     }
317 320
 
321
+    /**
322
+     * @param \Exception $error
323
+     */
318 324
     private function getStackTrace($error): array
319 325
     {
320 326
         /** @var string[] $trace */
Please login to merge, or discard this patch.