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