Completed
Push — master ( 2fc752...029438 )
by Mickael
04:22
created
Exceptions/WorkerNameTooLongException.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.
Module/JobClass.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.
Service/GearmanExecute.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.