소스 검색

Avoided unused use statement

Marc 11 년 전
부모
커밋
cd4112f8cd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Service/GearmanParser.php

+ 0 - 1
Service/GearmanParser.php

@@ -12,7 +12,6 @@ namespace Mmoreram\GearmanBundle\Service;
 use Symfony\Component\Finder\Finder;
 use Symfony\Component\HttpKernel\KernelInterface;
 use Doctrine\Common\Annotations\Reader;
-use Doctrine\Common\Annotations\AnnotationRegistry;
 use ReflectionClass;
 
 use Mmoreram\GearmanBundle\Module\WorkerCollection;