| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class GenerateSitemapCommand extends ContainerAwareCommand |
||
| 14 | { |
||
| 15 | protected function configure(): void |
||
| 16 | { |
||
| 17 | $this |
||
| 18 | ->setName('sitemap:generate') |
||
| 19 | ->setDescription('Generate the sitemapindex and all the sitemaps'); |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function execute(InputInterface $input, OutputInterface $output): void |
||
| 25 | } |
||
| 26 | } |
||
| 27 |