Skip to content

Commit 224a7ac

Browse files
committed
Mark the DI extension and the Configuration classes as internal
Those classes are meant to be used only as implementation of the bundle semantic configuration, not directly.
1 parent 9f7023e commit 224a7ac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
77
use Symfony\Component\Config\Definition\ConfigurationInterface;
88

9+
/**
10+
* @internal
11+
*/
912
class Configuration implements ConfigurationInterface
1013
{
1114
public function getConfigTreeBuilder(): TreeBuilder

src/DependencyInjection/StofDoctrineExtensionsExtension.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Symfony\Component\Config\FileLocator;
1212
use Symfony\Component\DependencyInjection\ContainerBuilder;
1313

14+
/**
15+
* @internal
16+
*/
1417
class StofDoctrineExtensionsExtension extends Extension
1518
{
1619
private const LISTENER_EVENTS = array(

0 commit comments

Comments
 (0)