diff --git a/DependencyInjection/Compiler/AddExtractorsPass.php b/DependencyInjection/Compiler/AddExtractorsPass.php index 6725f45..7a00a27 100644 --- a/DependencyInjection/Compiler/AddExtractorsPass.php +++ b/DependencyInjection/Compiler/AddExtractorsPass.php @@ -11,9 +11,9 @@ namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler; +use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait; use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; class AddExtractorsPass implements CompilerPassInterface { diff --git a/DependencyInjection/Compiler/AddRoutingExtractorsPass.php b/DependencyInjection/Compiler/AddRoutingExtractorsPass.php index 86566a3..065c804 100644 --- a/DependencyInjection/Compiler/AddRoutingExtractorsPass.php +++ b/DependencyInjection/Compiler/AddRoutingExtractorsPass.php @@ -11,9 +11,9 @@ namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler; +use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait; use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; class AddRoutingExtractorsPass implements CompilerPassInterface { diff --git a/DependencyInjection/EXSystApiDocExtension.php b/DependencyInjection/EXSystApiDocExtension.php index df03012..6d2fc06 100644 --- a/DependencyInjection/EXSystApiDocExtension.php +++ b/DependencyInjection/EXSystApiDocExtension.php @@ -14,9 +14,9 @@ namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection; use Nelmio\ApiDocBundle\Annotation\ApiDoc; use phpDocumentor\Reflection\DocBlockFactory; use Symfony\Component\Config\FileLocator; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; -use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; use Symfony\Component\DependencyInjection\ContainerBuilder; +use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; +use Symfony\Component\HttpKernel\DependencyInjection\Extension; class EXSystApiDocExtension extends Extension { diff --git a/EXSystApiDocBundle.php b/EXSystApiDocBundle.php index 5d00656..a9e611a 100644 --- a/EXSystApiDocBundle.php +++ b/EXSystApiDocBundle.php @@ -14,8 +14,8 @@ namespace EXSyst\Bundle\ApiDocBundle; use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddExtractorsPass; use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddRoutingExtractorsPass; use EXSyst\Bundle\ApiDocBundle\DependencyInjection\EXSystApiDocExtension; -use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\DependencyInjection\ContainerBuilder; +use Symfony\Component\HttpKernel\Bundle\Bundle; class EXSystApiDocBundle extends Bundle { diff --git a/Extractor/Routing/PhpDocExtractor.php b/Extractor/Routing/PhpDocExtractor.php index a87fcb1..9c5e577 100644 --- a/Extractor/Routing/PhpDocExtractor.php +++ b/Extractor/Routing/PhpDocExtractor.php @@ -11,9 +11,9 @@ namespace EXSyst\Bundle\ApiDocBundle\Extractor\Routing; +use gossi\swagger\Swagger; use phpDocumentor\Reflection\DocBlockFactory; use phpDocumentor\Reflection\DocBlockFactoryInterface; -use gossi\swagger\Swagger; use Symfony\Component\Routing\Route; class PhpDocExtractor implements RouteExtractorInterface diff --git a/Tests/Functional/TestKernel.php b/Tests/Functional/TestKernel.php index 9683c25..7133fb6 100644 --- a/Tests/Functional/TestKernel.php +++ b/Tests/Functional/TestKernel.php @@ -33,6 +33,7 @@ class TestKernel extends Kernel new EXSystApiDocBundle(), ]; } + /** * {@inheritdoc} */