Passed
Push — master ( 1974f7...769154 )
by Tomasz
04:46
created
core/UserLocation.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.