| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | 6 | public function __construct( |
|
| 28 | private array $filesSchemeCollection, |
||
| 29 | private string $outputPath, |
||
| 30 | private string $namespaceGeneral = '', |
||
| 31 | private string $classSuffix = 'Transfer', |
||
| 32 | private null|LoggerInterface $logger = null |
||
| 33 | ) { |
||
| 34 | 6 | parent::__construct($this->createDefaultDependencyInjectionObject()); |
|
| 35 | } |
||
| 51 |