We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19ce55b + d8d5fb0 commit 0c2d4d9Copy full SHA for 0c2d4d9
src/Repositories/LocationRepository.php
@@ -52,8 +52,8 @@ public static function getLocationFrom(string $ip): array
52
return LocationRepository::locationUnknown($ip);
53
}
54
55
- $clickLocation->longitude = (float)$clickLocation->longitude;
56
- $clickLocation->latitude = (float)$clickLocation->latitude;
+ $clickLocation->longitude = (float) $clickLocation->longitude;
+ $clickLocation->latitude = (float) $clickLocation->latitude;
57
58
unset($clickLocation->driver);
59
0 commit comments