Completed
Push — output_parsers_refactor ( 755930...b5c5df )
by Alessandro
07:17
created
src/Paraunit/Printer/ProcessPrinter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             case 'S':
76 76
                 $this->printWithCounter('<skipped>S</skipped>');
77 77
                 break;
78
-           case 'R':
78
+            case 'R':
79 79
                 $this->printWithCounter('<risky>R</risky>');
80 80
                 break;
81 81
             case '.':
Please login to merge, or discard this patch.
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.