Completed
Push — output_parsers_refactor ( 755930...b5c5df )
by Alessandro
07:17
created
src/Paraunit/Parser/JSONLogParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Paraunit\Parser;
4 4
 
5 5
 use Paraunit\Exception\JSONLogNotFoundException;
6
-use Paraunit\Exception\RecoverableTestErrorException;
7 6
 use Paraunit\Lifecycle\ProcessEvent;
8 7
 use Paraunit\Process\ParaunitProcessAbstract;
9 8
 use Paraunit\Process\ProcessResultInterface;
Please login to merge, or discard this patch.
src/Paraunit/Printer/OutputContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @return \string[]
42
+     * @return integer[]
43 43
      */
44 44
     public function getFileNames()
45 45
     {
Please login to merge, or discard this patch.