Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 0 |
1 | <?php |
||
24 | class ReleasePlugin implements Capable, CommandProvider, PluginInterface |
||
25 | { |
||
26 | public function activate(Composer $composer, IOInterface $io) |
||
28 | } |
||
29 | |||
30 | 1 | public function getCapabilities() |
|
31 | { |
||
32 | return [ |
||
33 | 1 | CommandProvider::class => __CLASS__, |
|
34 | ]; |
||
35 | } |
||
36 | |||
37 | 1 | public function getCommands() |
|
41 | ]; |
||
42 | } |
||
44 |