Total Complexity | 9 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | final class HideMigrationStorage implements EventDispatcherInterface |
||
18 | { |
||
19 | private bool $enabled = false; |
||
20 | |||
21 | 4 | public function __construct( |
|
22 | private readonly ?string $configurationTableName, |
||
23 | 4 | ) {} |
|
24 | |||
25 | 4 | public function __invoke(AbstractAsset|string $asset): bool |
|
36 | } |
||
37 | |||
38 | 3 | public function dispatch(object $event, ?string $eventName = null): object |
|
51 | } |
||
52 | } |
||
53 |