mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
Fixed typo
This commit is contained in:
parent
312fc0984b
commit
0b4c334163
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue