diff --git a/public/modules/custom/helfi_google_api/src/JobIndexingService.php b/public/modules/custom/helfi_google_api/src/JobIndexingService.php index c36f2f0a..8b1a2b07 100644 --- a/public/modules/custom/helfi_google_api/src/JobIndexingService.php +++ b/public/modules/custom/helfi_google_api/src/JobIndexingService.php @@ -353,7 +353,7 @@ private function getEntityAlias(JobListing $entity, string $langcode): string { */ private function handleDebugMessage(Response $response) { if ($response->isDryRun()) { - $this->logger->debug('Request would have sent following urls to api: '. json_encode($response->getUrls())); + $this->logger->debug('Request would have sent following urls to api: ' . json_encode($response->getUrls())); } }