File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66use Symfony \Component \Config \Definition \Builder \TreeBuilder ;
77use Symfony \Component \Config \Definition \ConfigurationInterface ;
88
9+ /**
10+ * @internal
11+ */
912class Configuration implements ConfigurationInterface
1013{
1114 public function getConfigTreeBuilder (): TreeBuilder
Original file line number Diff line number Diff line change 55use Symfony \Component \Cache \Adapter \ArrayAdapter ;
66use Symfony \Component \Config \Loader \LoaderInterface ;
77use Symfony \Component \DependencyInjection \Alias ;
8- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
98use Symfony \Component \Config \Definition \Processor ;
9+ use Symfony \Component \DependencyInjection \Extension \Extension ;
1010use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
1111use Symfony \Component \Config \FileLocator ;
1212use Symfony \Component \DependencyInjection \ContainerBuilder ;
1313
14+ /**
15+ * @internal
16+ */
1417class StofDoctrineExtensionsExtension extends Extension
1518{
1619 private const LISTENER_EVENTS = array (
You can’t perform that action at this time.
0 commit comments