Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
35 | public function configure(ArrayNodeDefinition $builder) |
||
36 | { |
||
37 | $configuration = new PantherConfiguration(); |
||
38 | $builder->append($configuration->addOptionsNode()); |
||
39 | $builder->append($configuration->addKernelOptionsNode()); |
||
40 | $builder->append($configuration->addManagerOptionsNode()); |
||
41 | } |
||
64 |