Test Failed
Push — master ( 28af2a...0b2f90 )
by Marcus
02:32
created
config/apikey_sample.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -4,18 +4,18 @@
 block discarded – undo
4 4
  *
5 5
  */
6 6
 
7
- return [
8
-     // API KEY for https://ipstack.com/documentation
9
-     'ipstack' => [
10
-         "apiKey"        => "novalid26f994350ae2943e96aa8a",
11
-         "apiUrl"        => "http://api.ipstack.com/",
12
-         "apiExample"    => "http://api.ipstack.com/134.201.250.155?access_key=novalid26f994350ae2943e96aa8a"
13
-     ],
14
-     // API KEY for https://darksky.net/dev
15
-     'darksky' => [
16
-         "apiKey"        => "novalid26f994350ae2943e96aa8a",
17
-         "apiUrl"        => "https://api.darksky.net/forecast/",
18
-         "apiExtension"  => "?lang=sv&units=si&exclude=minutely,hourly,alerts,flags",
19
-         "apiExample"    => "https://api.darksky.net/forecast/novalid26f994350ae2943e96aa8a/37.8267,-122.4233"
20
-     ]
21
- ];
7
+    return [
8
+        // API KEY for https://ipstack.com/documentation
9
+        'ipstack' => [
10
+            "apiKey"        => "novalid26f994350ae2943e96aa8a",
11
+            "apiUrl"        => "http://api.ipstack.com/",
12
+            "apiExample"    => "http://api.ipstack.com/134.201.250.155?access_key=novalid26f994350ae2943e96aa8a"
13
+        ],
14
+        // API KEY for https://darksky.net/dev
15
+        'darksky' => [
16
+            "apiKey"        => "novalid26f994350ae2943e96aa8a",
17
+            "apiUrl"        => "https://api.darksky.net/forecast/",
18
+            "apiExtension"  => "?lang=sv&units=si&exclude=minutely,hourly,alerts,flags",
19
+            "apiExample"    => "https://api.darksky.net/forecast/novalid26f994350ae2943e96aa8a/37.8267,-122.4233"
20
+        ]
21
+    ];
Please login to merge, or discard this patch.