Completed
Push — master ( ed58e4...59670e )
by Benjamin
48:37 queued 28:40
created
Command/CronScanCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Alpixel\Bundle\CronBundle\Annotation\CronJob as CronJobAnno;
6 6
 use Alpixel\Bundle\CronBundle\Entity\CronJob;
7
-use Doctrine\ORM\EntityManager;
8 7
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
9 8
 use Symfony\Component\Console\Command\Command;
10 9
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
Command/CronRunCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Alpixel\Bundle\CronBundle\Annotation\CronJob as CronJobAnno;
6 6
 use Alpixel\Bundle\CronBundle\Entity\CronJob;
7
-use Doctrine\ORM\EntityManager;
8 7
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
9 8
 use Symfony\Component\Console\Command\Command;
10 9
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.