| Total Complexity | 1 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class InstallWildfireCommand extends InstallCommand |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | protected $library = 'wildfire'; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Executes the command. |
||
| 29 | * |
||
| 30 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 31 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 32 | * @return object|\Symfony\Component\Console\Output\OutputInterface |
||
| 33 | */ |
||
| 34 | 18 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 51 |