@@ -21,9 +21,9 @@ |
||
21 | 21 | |
22 | 22 | class UserLocation { |
23 | 23 | /** |
24 | - * find out where the user is currently located |
|
25 | - * @return array |
|
26 | - */ |
|
24 | + * find out where the user is currently located |
|
25 | + * @return array |
|
26 | + */ |
|
27 | 27 | public function __construct() { |
28 | 28 | $geoipVersion = CONFIG['GEOIP']['version'] ?? 0; |
29 | 29 | switch ($geoipVersion) { |