Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
18 | 2 | public function getConfigTreeBuilder() |
|
19 | { |
||
20 | 2 | $treeBuilder = new TreeBuilder(); |
|
21 | 2 | $rootNode = $treeBuilder->root('abenil_football_db'); |
|
|
|||
22 | |||
23 | // Here you should define the parameters that are allowed to |
||
24 | // configure your bundle. See the documentation linked above for |
||
25 | // more information on that topic. |
||
26 | |||
27 | 2 | return $treeBuilder; |
|
28 | } |
||
30 |