Fixed typo

This commit is contained in:
Alejandro Celaya 2019-02-26 22:42:33 +01:00
parent 312fc0984b
commit 0b4c334163

View file

@ -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;
}