| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | protected function configure() |
||
| 18 | { |
||
| 19 | $this |
||
| 20 | ->setName('dumper:dump:local') |
||
| 21 | ->setDescription('Dump one volume') |
||
| 22 | ->addArgument('volume', InputArgument::REQUIRED, 'The volume to dump') |
||
| 23 | ->addArgument('path', InputArgument::REQUIRED, 'The path inside the volume to dump') |
||
| 24 | ->addArgument('version', InputArgument::REQUIRED, 'The version for naming of your dump'); |
||
| 25 | } |
||
| 26 | |||
| 44 | } |