| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class StatDumpCommand extends ContainerAwareCommand |
||
| 20 | { |
||
| 21 | protected function configure() |
||
| 22 | { |
||
| 23 | $this->setName('process:stats'); |
||
| 24 | $this->addOption('zoom', null, InputOption::VALUE_REQUIRED, 'zoom', null); |
||
| 25 | } |
||
| 26 | |||
| 27 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 38 | ); |
||
| 39 | } |
||
| 40 | } |