| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class StaticCommand extends Command |
||
| 11 | { |
||
| 12 | private $staticAppGenerator; |
||
| 13 | |||
| 14 | public function __construct(StaticAppGenerator $staticAppGenerator) |
||
| 15 | { |
||
| 16 | parent::__construct(); |
||
| 17 | $this->static = $staticAppGenerator; |
||
|
|
|||
| 18 | } |
||
| 19 | |||
| 20 | protected function configure() |
||
| 26 | ; |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 39 |