| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 11 | 1 | public function getConfigTreeBuilder() | |
| 12 |     { | ||
| 13 | 1 | $builder = new TreeBuilder(); | |
| 14 | 1 |         $root    = $builder->root('bankiru_seo'); | |
| 15 | |||
| 16 | 1 |         $root->children()->scalarNode('target_repository')->defaultNull(); | |
| 17 | 1 |         $root->children()->scalarNode('page_repository')->defaultNull(); | |
| 18 | |||
| 19 | 1 | return $builder; | |
| 20 | } | ||
| 21 | } | ||
| 22 |