Total Complexity | 4 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class BootloaderChecker implements BootloaderCheckerInterface |
||
11 | { |
||
12 | 519 | public function __construct( |
|
13 | private readonly CheckerRegistryInterface $registry = new CheckerRegistry(), |
||
14 | ) { |
||
15 | 519 | } |
|
16 | |||
17 | 519 | public function canInitialize(BootloaderInterface|string $bootloader, ?BootloaderRules $rules = null): bool |
|
26 | } |
||
27 | } |
||
28 |