Completed
Push — master ( 5ef5a6...726f17 )
by Jonathan
02:41
created
src/Command/Run.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 namespace PHPChunkit\Command;
6 6
 
7
-use Closure;
8 7
 use PHPChunkit\ChunkRunner;
9 8
 use PHPChunkit\ChunkedTests;
10 9
 use PHPChunkit\ChunkRepository;
@@ -15,11 +14,9 @@  discard block
 block discarded – undo
15 14
 use PHPChunkit\TestRunner;
16 15
 use PHPChunkit\Configuration;
17 16
 use Symfony\Component\Console\Command\Command;
18
-use Symfony\Component\Console\Helper\ProgressBar;
19 17
 use Symfony\Component\Console\Input\InputInterface;
20 18
 use Symfony\Component\Console\Input\InputOption;
21 19
 use Symfony\Component\Console\Output\OutputInterface;
22
-use Symfony\Component\Process\Process;
23 20
 use Symfony\Component\Stopwatch\Stopwatch;
24 21
 
25 22
 /**
Please login to merge, or discard this patch.