Test Failed
Push — release/5.x ( ef9d9c...57cc92 )
by
unknown
01:37
created
src/Zicht/Bundle/FrameworkExtraBundle/Command/AbstractCronCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,12 +6,10 @@
 block discarded – undo
6 6
 namespace Zicht\Bundle\FrameworkExtraBundle\Command;
7 7
 
8 8
 use Exception;
9
-
10 9
 use Monolog\Logger;
11 10
 use Monolog\Handler\StreamHandler;
12 11
 use Monolog\Processor\MemoryUsageProcessor;
13 12
 use Monolog\Processor\MemoryPeakUsageProcessor;
14
-
15 13
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
16 14
 use Symfony\Component\Console\Output\OutputInterface;
17 15
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.