diff --git a/module/Core/src/Service/VisitService.php b/module/Core/src/Service/VisitService.php index 62e48010..dc3a11c9 100644 --- a/module/Core/src/Service/VisitService.php +++ b/module/Core/src/Service/VisitService.php @@ -35,7 +35,7 @@ class VisitService implements VisitServiceInterface /** @var Location $location */ $location = $geolocateVisit($visit); } catch (IpCannotBeLocatedException $e) { - if (!$e->isNonLocatableAddress()) { + if (! $e->isNonLocatableAddress()) { // Skip if the visit's IP could not be located because of an error continue; }