We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7023e commit 224a7acCopy full SHA for 224a7ac
src/DependencyInjection/Configuration.php
@@ -6,6 +6,9 @@
6
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
7
use Symfony\Component\Config\Definition\ConfigurationInterface;
8
9
+/**
10
+ * @internal
11
+ */
12
class Configuration implements ConfigurationInterface
13
{
14
public function getConfigTreeBuilder(): TreeBuilder
src/DependencyInjection/StofDoctrineExtensionsExtension.php
@@ -11,6 +11,9 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
15
16
17
class StofDoctrineExtensionsExtension extends Extension
18
19
private const LISTENER_EVENTS = array(
0 commit comments