Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
42 | { |
||
43 | $this->dockerInstaller->run(); |
||
44 | |||
45 | $output->writeln([ |
||
46 | '', |
||
47 | ' The installation looks to be successful.', |
||
48 | ' You may need to <comment>RESTART YOUR SHELL</comment> to refresh the environment variables.', |
||
49 | '', |
||
50 | ]); |
||
51 | } |
||
52 | } |
||
53 |