Completed
Branch master (bb7de0)
by Mickael
06:18
created
Module/WorkerClass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Doctrine\Common\Annotations\Reader;
17 17
 use ReflectionClass;
18
-
19 18
 use Mmoreram\GearmanBundle\Driver\Gearman\Job as JobAnnotation;
20 19
 use Mmoreram\GearmanBundle\Driver\Gearman\Work as WorkAnnotation;
21 20
 use Mmoreram\GearmanBundle\Module\JobClass as Job;
Please login to merge, or discard this patch.
Service/GearmanExecute.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
19 19
 use Symfony\Component\DependencyInjection\ContainerInterface;
20 20
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
21
-
22 21
 use Mmoreram\GearmanBundle\Command\Util\GearmanOutputAwareInterface;
23 22
 use Mmoreram\GearmanBundle\Event\GearmanWorkExecutedEvent;
24 23
 use Mmoreram\GearmanBundle\Event\GearmanWorkStartingEvent;
Please login to merge, or discard this patch.
Service/GearmanParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use ReflectionClass;
18 18
 use Symfony\Component\Finder\Finder;
19 19
 use Symfony\Component\HttpKernel\KernelInterface;
20
-
21 20
 use Mmoreram\GearmanBundle\Driver\Gearman\Work as WorkAnnotation;
22 21
 use Mmoreram\GearmanBundle\Module\WorkerClass as Worker;
23 22
 use Mmoreram\GearmanBundle\Module\WorkerCollection;
Please login to merge, or discard this patch.