Completed
Push — development ( f93eb8...ffa1a0 )
by Thomas
20s
created
htdocs/src/Oc/Command/CreateWebCacheCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,15 +7,12 @@
 block discarded – undo
7 7
 
8 8
 use Exception;
9 9
 use Leafo\ScssPhp\Compiler;
10
-use RecursiveDirectoryIterator;
11
-use RecursiveIteratorIterator;
12 10
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
13 11
 use Symfony\Component\Console\Exception\InvalidArgumentException;
14 12
 use Symfony\Component\Console\Input\InputInterface;
15 13
 use Symfony\Component\Console\Output\OutputInterface;
16 14
 use Symfony\Component\Filesystem\Filesystem;
17 15
 use Symfony\Component\Finder\Finder;
18
-use Symfony\Component\Finder\SplFileInfo;
19 16
 
20 17
 /**
21 18
  * Class CreateWebCacheCommand
Please login to merge, or discard this patch.