Passed
Push — master ( bd69d6...86479e )
by Marcus
04:50
created
config/di/weather.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     "services" => [
8 8
         "weather" => [
9 9
             "shared" => true,
10
-            "callback" => function () {
10
+            "callback" => function() {
11 11
 
12 12
                 // Load the configuration files
13 13
                 $cfg = $this->get("configuration");
Please login to merge, or discard this patch.