We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2b9a9 commit ea0281eCopy full SHA for ea0281e
src/Block/Service/MapBlockService.php
@@ -205,7 +205,7 @@ private function fetchFromAddress(string $address): ?array
205
206
return [$coordinates->getLatitude(), $coordinates->getLongitude()];
207
} catch (Exception $e) {
208
- $this->logger->warning(sprintf('Error fetch geo information for %s', $address), [
+ $this->logger->warning(\sprintf('Error fetch geo information for %s', $address), [
209
'exception' => $e,
210
]);
211
}
0 commit comments