| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function getConfigTreeBuilder() |
||
| 13 | { |
||
| 14 | $treeBuilder = new TreeBuilder(); |
||
|
|
|||
| 15 | $rootNode = $treeBuilder->root('paysera_normalization'); |
||
| 16 | |||
| 17 | $children = $rootNode->children(); |
||
| 18 | |||
| 19 | $this->registerNormalizers($children->arrayNode('register_normalizers')); |
||
| 20 | |||
| 21 | return $treeBuilder; |
||
| 22 | } |
||
| 23 | |||
| 35 |
This check looks for function calls that miss required arguments.