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