Skip to content

Commit ea0281e

Browse files
committed
Fix CS
1 parent bb2b9a9 commit ea0281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Block/Service/MapBlockService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private function fetchFromAddress(string $address): ?array
205205

206206
return [$coordinates->getLatitude(), $coordinates->getLongitude()];
207207
} catch (Exception $e) {
208-
$this->logger->warning(sprintf('Error fetch geo information for %s', $address), [
208+
$this->logger->warning(\sprintf('Error fetch geo information for %s', $address), [
209209
'exception' => $e,
210210
]);
211211
}

0 commit comments

Comments
 (0)