| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class InstallCommand extends Command implements CommandInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var Installer |
||
| 28 | */ |
||
| 29 | private $installer; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @var Patcher |
||
| 33 | */ |
||
| 34 | private $patcher; |
||
| 35 | |||
| 36 | public function __construct(?string $name = null, Installer $installer, Patcher $patcher) |
||
| 41 | } |
||
| 42 | |||
| 43 | public function configure(): void |
||
| 48 | ; |
||
| 49 | } |
||
| 50 | |||
| 51 | public function execute(InputInterface $input, OutputInterface $output): void |
||
| 57 |