mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Make compiler passes internal
This commit is contained in:
parent
801b9c9131
commit
645f4f2c1b
2 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,10 @@ namespace Nelmio\ApiDocBundle\DependencyInjection\Compiler;
|
|||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
|
||||
class AddDescribersPass implements CompilerPassInterface
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class AddDescribersPass implements CompilerPassInterface
|
||||
{
|
||||
use PriorityTaggedServiceTrait;
|
||||
|
||||
|
|
|
@ -14,7 +14,10 @@ namespace Nelmio\ApiDocBundle\DependencyInjection\Compiler;
|
|||
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
|
||||
class AddRouteDescribersPass implements CompilerPassInterface
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class AddRouteDescribersPass implements CompilerPassInterface
|
||||
{
|
||||
use PriorityTaggedServiceTrait;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue