Make compiler passes internal

This commit is contained in:
Guilhem N 2017-02-01 16:13:49 +01:00
parent 801b9c9131
commit 645f4f2c1b
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD
2 changed files with 8 additions and 2 deletions

View File

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

View File

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