Completed
Push — master ( 4b0cae...92d247 )
by Pádraic
02:52
created
src/Command/SelfUpdate.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Humbug\Command;
12 12
 
13
-use Humbug\Exception\FilesystemException;
14
-use Humbug\Console\Application;
15 13
 use Symfony\Component\Console\Command\Command;
16 14
 use Symfony\Component\Console\Input\InputInterface;
17 15
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
src/TestSuite/Mutant/IncrementalCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Humbug\File\Collector as FileCollector;
15 15
 use Humbug\File\Collection as FileCollection;
16 16
 use Humbug\TestSuite\Mutant\Collector as ResultCollector;
17
-use Humbug\Adapter\AdapterAbstract;
18 17
 use Humbug\Utility\CoverageData;
19 18
 use Humbug\Exception\RuntimeException;
20 19
 
Please login to merge, or discard this patch.