Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | 23 | public function __construct( |
|
12 | protected readonly Common\NamespacesPaths $namespacesPaths, |
||
13 | protected readonly ValueTransformer\SanitizeEncoding $sanitizeEncoding, |
||
14 | protected Common\OptionsResolver\Normalizers\NormalizerFactory $normalizerFactory = new Common\OptionsResolver\Normalizers\NormalizerFactory(), |
||
15 | 23 | ) {} |
|
16 | |||
55 |