diff --git a/Classes/Command/CheckPageSpeedInsightsCommand.php b/Classes/Command/CheckPageSpeedInsightsCommand.php index 2ddb6e8..a1d5706 100644 --- a/Classes/Command/CheckPageSpeedInsightsCommand.php +++ b/Classes/Command/CheckPageSpeedInsightsCommand.php @@ -49,5 +49,7 @@ public function execute(InputInterface $input, OutputInterface $output) $pageSpeedInsightsResultsDesktop = PageSpeedInsightsUtility::checkUrl($url, 'desktop', ['performance', 'seo', 'accessibility', 'best-practices', 'pwa'], $reference, $pageId, $languageId, $pid, (string)$input->getArgument('key')); $output->writeln($row['uid'] . ': ' . $row['slug'] . ': ' . $url); } + + return 0; } }