Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
29 | public function getConfigTreeBuilder() { |
||
30 | $treeBuilder = new TreeBuilder(); |
||
31 | $treeBuilder->root('stinger_soft_platform'); |
||
32 | |||
33 | // Here you should define the parameters that are allowed to |
||
34 | // configure your bundle. See the documentation linked above for |
||
35 | // more information on that topic. |
||
36 | |||
37 | return $treeBuilder; |
||
38 | } |
||
39 | } |
||
40 |