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 e11ebf3 commit 8880fb2Copy full SHA for 8880fb2
src/DependencyInjection/Configuration.php
@@ -25,6 +25,8 @@
25
26
/**
27
* FrameworkExtension configuration structure.
28
+ *
29
+ * @internal Since 5.5. This class must not be used outside the DoctrineMongoDBBundle package.
30
*/
31
class Configuration implements ConfigurationInterface
32
{
src/DependencyInjection/DoctrineMongoDBExtension.php
@@ -74,6 +74,8 @@
74
75
76
* Doctrine MongoDB ODM extension.
77
78
79
80
class DoctrineMongoDBExtension extends Extension
81
0 commit comments