Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class StatDumpCommand extends ContainerAwareCommand |
||
26 | { |
||
27 | protected function configure() |
||
28 | { |
||
29 | $this->setName('process:stats'); |
||
30 | $this->addOption('zoom', null, InputOption::VALUE_NONE, 'zoom', null); |
||
31 | } |
||
32 | |||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
44 | ); |
||
45 | } |
||
47 |