| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class InstallCommand extends Command |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var Installer |
||
| 23 | */ |
||
| 24 | private $installer; |
||
| 25 | |||
| 26 | public function __construct(?string $name = null, Installer $installer) |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function configure() |
||
| 38 | ; |
||
| 39 | } |
||
| 40 | |||
| 41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 46 |