This commit is contained in:
Ener-Getick 2016-07-15 00:04:07 +02:00
parent 41a9684e94
commit 684eb375ae
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD
6 changed files with 7 additions and 6 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -33,6 +33,7 @@ class TestKernel extends Kernel
new EXSystApiDocBundle(),
];
}
/**
* {@inheritdoc}
*/