Passed
Branch main (4788fd)
by Heidi
01:56
created
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.