File tree 1 file changed +3
-3
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Extension
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
class TestDumpExtension extends Extension implements ConfigurationInterface
20
20
{
21
- public function getConfigTreeBuilder ()
21
+ public function getConfigTreeBuilder (): TreeBuilder
22
22
{
23
23
$ treeBuilder = new TreeBuilder ('test_dump ' );
24
24
$ treeBuilder ->getRootNode ()
@@ -30,11 +30,11 @@ public function getConfigTreeBuilder()
30
30
return $ treeBuilder ;
31
31
}
32
32
33
- public function load (array $ configs , ContainerBuilder $ container )
33
+ public function load (array $ configs , ContainerBuilder $ container ): void
34
34
{
35
35
}
36
36
37
- public function getConfiguration (array $ config , ContainerBuilder $ container )
37
+ public function getConfiguration (array $ config , ContainerBuilder $ container ): ConfigurationInterface
38
38
{
39
39
return $ this ;
40
40
}
You can’t perform that action at this time.
0 commit comments