Explorar o código

Removed unused uses

Marc %!s(int64=11) %!d(string=hai) anos
pai
achega
c76f2af248
Modificáronse 3 ficheiros con 1 adicións e 4 borrados
  1. 0 1
      Module/WorkerClass.php
  2. 0 1
      Service/GearmanCacheWrapper.php
  3. 1 2
      Service/GearmanClient.php

+ 0 - 1
Module/WorkerClass.php

@@ -15,7 +15,6 @@ use Mmoreram\GearmanBundle\Module\JobClass as Job;
 use Mmoreram\GearmanBundle\Driver\Gearman\Job as JobAnnotation;
 use Mmoreram\GearmanBundle\Driver\Gearman\Work as WorkAnnotation;
 use ReflectionClass;
-use ReflectionMethod;
 
 /**
  * Worker class

+ 0 - 1
Service/GearmanCacheWrapper.php

@@ -9,7 +9,6 @@
 
 namespace Mmoreram\GearmanBundle\Service;
 
-use Symfony\Component\Config\FileLocator;
 use Doctrine\Common\Annotations\Reader;
 use Doctrine\Common\Annotations\AnnotationRegistry;
 use Symfony\Component\HttpKernel\Kernel;

+ 1 - 2
Service/GearmanClient.php

@@ -10,12 +10,11 @@
 namespace Mmoreram\GearmanBundle\Service;
 
 use Mmoreram\GearmanBundle\Service\Abstracts\AbstractGearmanService;
-use Mmoreram\GearmanBundle\Service\GearmanInterface;
 use Mmoreram\GearmanBundle\Exceptions\NoCallableGearmanMethodException;
 use Mmoreram\GearmanBundle\GearmanMethods;
 
 /**
- * Implementation of GearmanInterface
+ * GearmanClient. Implementation of AbstractGearmanService
  */
 class GearmanClient extends AbstractGearmanService
 {