Completed
Push — master ( 1f572d...81a8e3 )
by Samuel
146:57 queued 124:34
created
src/Console/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
28 28
 use Symfony\Component\DependencyInjection\Container;
29 29
 use Symfony\Component\DependencyInjection\ContainerInterface;
30
-use Symfony\Component\Yaml\Parser;
31 30
 
32 31
 class Application extends BaseApplication
33 32
 {
Please login to merge, or discard this patch.
src/Command/SelfUpdateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace CacheTool\Command;
13 13
 
14
-use CacheTool\Util\ManifestUpdateStrategy;
15 14
 use Humbug\SelfUpdate\Updater;
16 15
 use Symfony\Component\Console\Command\Command;
17 16
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.