Passed
Push — master ( 4c7cb1...d77ce6 )
by Emil
03:11
created
config/di/darksky.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     "services" => [
9 9
         "darksky" => [
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 $darksky = new \Anax\Controller\WeatherCurl();
13 13
                 $cfg = $this->get("configuration");
14 14
                 $config = $cfg->load("api.php");
Please login to merge, or discard this patch.