mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 03:54:09 -06:00
Fixed typo
This commit is contained in:
parent
312fc0984b
commit
0b4c334163
@ -35,7 +35,7 @@ class VisitService implements VisitServiceInterface
|
|||||||
/** @var Location $location */
|
/** @var Location $location */
|
||||||
$location = $geolocateVisit($visit);
|
$location = $geolocateVisit($visit);
|
||||||
} catch (IpCannotBeLocatedException $e) {
|
} catch (IpCannotBeLocatedException $e) {
|
||||||
if (!$e->isNonLocatableAddress()) {
|
if (! $e->isNonLocatableAddress()) {
|
||||||
// Skip if the visit's IP could not be located because of an error
|
// Skip if the visit's IP could not be located because of an error
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user