Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class Plugin implements PluginInterface, EventSubscriberInterface |
||
11 | { |
||
12 | /** |
||
13 | * @inheritDoc |
||
14 | */ |
||
15 | public static function getSubscribedEvents() |
||
20 | ]; |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @inheritDoc |
||
25 | */ |
||
26 | public function activate(Composer $composer, IOInterface $io) |
||
28 | // |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * Kick-off the installation. |
||
33 | * |
||
34 | * @return void |
||
35 | */ |
||
36 | public function install(): void |
||
45 |