File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/Functional/Extension Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919class TestDumpExtension extends Extension implements ConfigurationInterface
2020{
21- public function getConfigTreeBuilder ()
21+ public function getConfigTreeBuilder (): TreeBuilder
2222 {
2323 $ treeBuilder = new TreeBuilder ('test_dump ' );
2424 $ treeBuilder ->getRootNode ()
@@ -30,11 +30,11 @@ public function getConfigTreeBuilder()
3030 return $ treeBuilder ;
3131 }
3232
33- public function load (array $ configs , ContainerBuilder $ container )
33+ public function load (array $ configs , ContainerBuilder $ container ): void
3434 {
3535 }
3636
37- public function getConfiguration (array $ config , ContainerBuilder $ container )
37+ public function getConfiguration (array $ config , ContainerBuilder $ container ): ConfigurationInterface
3838 {
3939 return $ this ;
4040 }
You can’t perform that action at this time.
0 commit comments