mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Make compiler passes internal
This commit is contained in:
parent
801b9c9131
commit
645f4f2c1b
@ -14,7 +14,10 @@ namespace Nelmio\ApiDocBundle\DependencyInjection\Compiler;
|
|||||||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
|
|
||||||
class AddDescribersPass implements CompilerPassInterface
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
final class AddDescribersPass implements CompilerPassInterface
|
||||||
{
|
{
|
||||||
use PriorityTaggedServiceTrait;
|
use PriorityTaggedServiceTrait;
|
||||||
|
|
||||||
|
@ -14,7 +14,10 @@ namespace Nelmio\ApiDocBundle\DependencyInjection\Compiler;
|
|||||||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
|
|
||||||
class AddRouteDescribersPass implements CompilerPassInterface
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
final class AddRouteDescribersPass implements CompilerPassInterface
|
||||||
{
|
{
|
||||||
use PriorityTaggedServiceTrait;
|
use PriorityTaggedServiceTrait;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user