diff --git a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php index b4253e4..2ce9db4 100644 --- a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php +++ b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationClassLoader.php @@ -1,8 +1,10 @@ + * (c) Francis Besset * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -15,7 +17,7 @@ use BeSimple\SoapBundle\ServiceDefinition\Annotation; use Doctrine\Common\Annotations\Reader; -use Symfony\Component\Config\Loader\LoaderInterface; +use Symfony\Component\Config\Loader\Loader; use Symfony\Component\Config\Loader\LoaderResolverInterface; /** @@ -25,7 +27,7 @@ use Symfony\Component\Config\Loader\LoaderResolverInterface; * * @author Christian Kerl */ -class AnnotationClassLoader implements LoaderInterface +class AnnotationClassLoader extends Loader { protected $reader; @@ -181,18 +183,7 @@ class AnnotationClassLoader implements LoaderInterface } /** - * Sets the loader resolver. - * - * @param LoaderResolverInterface $resolver A LoaderResolverInterface instance - */ - public function setResolver(LoaderResolverInterface $resolver) - { - } - - /** - * Gets the loader resolver. - * - * @return LoaderResolverInterface A LoaderResolverInterface instance + * @return null */ public function getResolver() { diff --git a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationComplexTypeLoader.php b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationComplexTypeLoader.php index 053aa0e..987cf5d 100644 --- a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationComplexTypeLoader.php +++ b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationComplexTypeLoader.php @@ -1,8 +1,10 @@ + * (c) Francis Besset * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationFileLoader.php b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationFileLoader.php index 606a45e..a7841fa 100644 --- a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationFileLoader.php +++ b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/AnnotationFileLoader.php @@ -1,8 +1,10 @@ + * (c) Francis Besset * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/XmlFileLoader.php b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/XmlFileLoader.php index fee469b..2039002 100644 --- a/src/BeSimple/SoapBundle/ServiceDefinition/Loader/XmlFileLoader.php +++ b/src/BeSimple/SoapBundle/ServiceDefinition/Loader/XmlFileLoader.php @@ -1,8 +1,10 @@ + * (c) Francis Besset * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -140,4 +142,4 @@ class XmlFileLoader extends FileLoader return $errors; } -} \ No newline at end of file +}