Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
56 | 1 | protected function configureOptions(Common\OptionsResolver $resolver): void |
|
57 | { |
||
58 | // available options |
||
59 | 1 | $resolver->setDefined($this->elements); |
|
60 | |||
61 | 1 | $resolver->setNormalizer('copy', $this->normalizerFactory->getClosure('int')); |
|
62 | 1 | $resolver->setNormalizer('datePrint', $this->normalizerFactory->getClosure('string')); |
|
63 | } |
||
65 |