Total Complexity | 8 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Coverage | 72.72% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | final class Plugin implements EventSubscriberInterface, PluginInterface |
||
16 | { |
||
17 | public function activate(Composer $composer, IOInterface $io) |
||
18 | { |
||
19 | } |
||
20 | |||
21 | public function deactivate(Composer $composer, IOInterface $io) |
||
22 | { |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return array<string, string> |
||
27 | */ |
||
28 | public static function getSubscribedEvents(): array |
||
31 | } |
||
32 | 1 | ||
33 | /** |
||
34 | * @throws ReflectionException |
||
35 | */ |
||
36 | public static function regeneration(Event $composerEvent): void |
||
48 | } |
||
49 | 2 | ||
50 | public function uninstall(Composer $composer, IOInterface $io) |
||
68 |