Completed
Push — master ( 17f397...dedab2 )
by Samuel
13:14 queued 11:43
created
src/CacheTool/Command/OpcacheInvalidateScriptsCommand.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\Formatter;
15 14
 use Symfony\Component\Console\Helper\Table;
16 15
 use Symfony\Component\Console\Input\InputArgument;
17 16
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/CacheTool/Command/StatRealpathGetCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,9 +11,7 @@
 block discarded – undo
11 11
 
12 12
 namespace CacheTool\Command;
13 13
 
14
-use CacheTool\Util\Formatter;
15 14
 use Symfony\Component\Console\Helper\Table;
16
-use Symfony\Component\Console\Helper\TableSeparator;
17 15
 use Symfony\Component\Console\Input\InputInterface;
18 16
 use Symfony\Component\Console\Output\OutputInterface;
19 17
 
Please login to merge, or discard this patch.