Passed
Push — main ( 1ac4d2...e3f282 )
by Gustav
02:27
created
config/di/weather.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
         "weather" => [
11 11
             "shared" => true,
12 12
             "active" => true,
13
-            "callback" => function () {
13
+            "callback" => function() {
14 14
                 $obj = new \Anax\Weather\Weather();
15 15
 
16 16
                 $cfg = $this->get("configuration");
Please login to merge, or discard this patch.