mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Fix cs
This commit is contained in:
parent
41a9684e94
commit
684eb375ae
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler;
|
namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler;
|
||||||
|
|
||||||
|
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||||
use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
|
use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
|
||||||
|
|
||||||
class AddExtractorsPass implements CompilerPassInterface
|
class AddExtractorsPass implements CompilerPassInterface
|
||||||
{
|
{
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler;
|
namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler;
|
||||||
|
|
||||||
|
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||||
use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
|
use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
|
||||||
|
|
||||||
class AddRoutingExtractorsPass implements CompilerPassInterface
|
class AddRoutingExtractorsPass implements CompilerPassInterface
|
||||||
{
|
{
|
||||||
|
@ -14,9 +14,9 @@ namespace EXSyst\Bundle\ApiDocBundle\DependencyInjection;
|
|||||||
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
|
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
|
||||||
use phpDocumentor\Reflection\DocBlockFactory;
|
use phpDocumentor\Reflection\DocBlockFactory;
|
||||||
use Symfony\Component\Config\FileLocator;
|
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\ContainerBuilder;
|
||||||
|
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
|
||||||
|
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
|
||||||
|
|
||||||
class EXSystApiDocExtension extends Extension
|
class EXSystApiDocExtension extends Extension
|
||||||
{
|
{
|
||||||
|
@ -14,8 +14,8 @@ namespace EXSyst\Bundle\ApiDocBundle;
|
|||||||
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddExtractorsPass;
|
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddExtractorsPass;
|
||||||
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddRoutingExtractorsPass;
|
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\Compiler\AddRoutingExtractorsPass;
|
||||||
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\EXSystApiDocExtension;
|
use EXSyst\Bundle\ApiDocBundle\DependencyInjection\EXSystApiDocExtension;
|
||||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||||
|
|
||||||
class EXSystApiDocBundle extends Bundle
|
class EXSystApiDocBundle extends Bundle
|
||||||
{
|
{
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
namespace EXSyst\Bundle\ApiDocBundle\Extractor\Routing;
|
namespace EXSyst\Bundle\ApiDocBundle\Extractor\Routing;
|
||||||
|
|
||||||
|
use gossi\swagger\Swagger;
|
||||||
use phpDocumentor\Reflection\DocBlockFactory;
|
use phpDocumentor\Reflection\DocBlockFactory;
|
||||||
use phpDocumentor\Reflection\DocBlockFactoryInterface;
|
use phpDocumentor\Reflection\DocBlockFactoryInterface;
|
||||||
use gossi\swagger\Swagger;
|
|
||||||
use Symfony\Component\Routing\Route;
|
use Symfony\Component\Routing\Route;
|
||||||
|
|
||||||
class PhpDocExtractor implements RouteExtractorInterface
|
class PhpDocExtractor implements RouteExtractorInterface
|
||||||
|
@ -33,6 +33,7 @@ class TestKernel extends Kernel
|
|||||||
new EXSystApiDocBundle(),
|
new EXSystApiDocBundle(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user