Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | 1 | public function getConfigTreeBuilder() |
|
29 | { |
||
30 | 1 | $treeBuilder = new TreeBuilder(); |
|
31 | 1 | $treeBuilder->root('moo_flash_card'); |
|
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 | 1 | return $treeBuilder; |
|
37 | } |
||
38 | } |
||
39 |