File tree 3 files changed +14
-1
lines changed
stubs/Symfony/Component/Config/Definition
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ parameters:
32
32
- stubs/Symfony/Bundle/FrameworkBundle/Test/TestContainer.stub
33
33
- stubs/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.stub
34
34
- stubs/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.stub
35
+ - stubs/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.stub
35
36
- stubs/Symfony/Component/Config/Definition/Configurator/DefinitionConfigurator.stub
36
37
- stubs/Symfony/Component/Console/Command.stub
37
38
- stubs/Symfony/Component/Console/Exception/ExceptionInterface.stub
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Symfony\Component\Config\Definition\Builder;
4
+
5
+ class ArrayNodeDefinition
6
+ {
7
+
8
+ }
Original file line number Diff line number Diff line change 2
2
3
3
namespace Symfony\Component\Config\Definition\Configurator;
4
4
5
+ use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
6
+
5
7
class DefinitionConfigurator
6
8
{
9
+
7
10
/**
8
- * @return \Symfony\Component\Config\Definition\Builder\ ArrayNodeDefinition
11
+ * @return ArrayNodeDefinition
9
12
*/
10
13
public function rootNode();
14
+
11
15
}
You can’t perform that action at this time.
0 commit comments