Removed unused use statement

This commit is contained in:
Francis Besset
2013-12-02 15:14:06 +01:00
parent ecdf7e1872
commit 53849c68e0
20 changed files with 9 additions and 61 deletions

View File

@ -16,11 +16,8 @@ use BeSimple\SoapBundle\ServiceDefinition as Definition;
use BeSimple\SoapBundle\ServiceDefinition\Annotation;
use BeSimple\SoapCommon\Definition\Type\ComplexType;
use BeSimple\SoapCommon\Definition\Type\TypeRepository;
use Doctrine\Common\Annotations\Reader;
use Symfony\Component\Config\Loader\Loader;
use Symfony\Component\Config\Loader\LoaderResolverInterface;
/**
* AnnotationClassLoader loads ServiceDefinition from a PHP class and its methods.