ソースを参照

Removed unused uses

Marc 11 年 前
コミット
c76f2af248
3 ファイル変更1 行追加4 行削除
  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
 {