Skip to content

Commit

Permalink
Merge pull request #483 from greg0ire/internal
Browse files Browse the repository at this point in the history
Tag dependency injection classes as internal
  • Loading branch information
greg0ire authored Dec 5, 2024
2 parents b2b9bfa + ab66f79 commit 920e483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;

/** @internal */
final class FixturesCompilerPass implements CompilerPassInterface
{
public const FIXTURE_TAG = 'doctrine.fixture.orm';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

use function sprintf;

/** @internal */
final class PurgerFactoryCompilerPass implements CompilerPassInterface
{
public const PURGER_FACTORY_TAG = 'doctrine.fixtures.purger_factory';
Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/DoctrineFixturesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

use function dirname;

/** @internal */
final class DoctrineFixturesExtension extends Extension
{
/**
Expand Down

0 comments on commit 920e483

Please sign in to comment.