| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class CommandProvider implements ComposerCommandProvider |
||
| 26 | { |
||
| 27 | protected IOInterface $io; |
||
| 28 | |||
| 29 | protected Plugin $plugin; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param array<string, mixed> $arguments |
||
| 33 | */ |
||
| 34 | public function __construct(array $arguments) |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return BaseCommand[] |
||
| 42 | */ |
||
| 43 | public function getCommands(): array |
||
| 54 |