Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | public function __construct( |
||
10 | private readonly string $fullModuleName, |
||
11 | private readonly string $moduleName, |
||
12 | private readonly string $facadeClass, |
||
13 | private readonly ?string $factoryClass = null, |
||
14 | private readonly ?string $configClass = null, |
||
15 | private readonly ?string $providerClass = null, |
||
16 | ) { |
||
17 | } |
||
61 |