@@ -15,7 +15,6 @@ |
||
| 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; |
@@ -18,7 +18,6 @@ |
||
| 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; |
@@ -17,7 +17,6 @@ |
||
| 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; |