Passed
Push — main ( 67f393...8fe155 )
by Heidi
02:57 queued 01:03
created
view/ip-geo/result.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,14 +18,17 @@
 block discarded – undo
18 18
             </div>
19 19
         </div>
20 20
 
21
-    <?php else : ?>
21
+    <?php else {
22
+    : ?>
22 23
         <div class="ip-results invalid">
23 24
             <div class="ip-div">
24 25
                 <span class="ip-label">Validerar inte</span>
25 26
                 <i class="fas fa-times"></i>
26 27
             </div>
27 28
         </div>
28
-    <?php endif; ?>
29
+    <?php endif;
30
+}
31
+?>
29 32
 
30 33
 
31 34
     <?php if ($protocol) : ?>
Please login to merge, or discard this patch.
config/api_ip_config_sample.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Input your own key and change file name to "api_ip_config.php"
5 5
  */
6 6
 
7
- return [
8
-     "apiKey" => "putyourownkeyhere",
9
-     "baseUrl" => "http://api.ipstack.com/"
10
- ];
7
+    return [
8
+        "apiKey" => "putyourownkeyhere",
9
+        "baseUrl" => "http://api.ipstack.com/"
10
+    ];
Please login to merge, or discard this patch.