Completed
Branch master (d540dd)
by Anton
03:00
created
Category
config/di/weather.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
         "weather" => [
9 9
             "active" => true,
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 $config = $this->get("configuration");
13 13
 
14 14
                 $weatherConfig = $config->load("weather");
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         "exampleWeather" => [
25 25
             "active" => true,
26 26
             "shared" => true,
27
-            "callback" => function () {
27
+            "callback" => function() {
28 28
                 $config = $this->get("configuration");
29 29
 
30 30
                 $weatherConfig = $config->load("weather");
Please login to merge, or discard this patch.
config/di/multiCurl.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
         "multiCurl" => [
9 9
             "active" => true,
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 return new EVB\Weather\MultiCurl();
13 13
             }
14 14
         ]
Please login to merge, or discard this patch.
config/di/ipLocator.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
         "ipLocator" => [
9 9
             "active" => true,
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 $config = $this->get("configuration");
13 13
 
14 14
                 $ipstackConfig = $config->load("weather");
Please login to merge, or discard this patch.
config/di/curlWrapper.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
         "curlWrapper" => [
9 9
             "active" => true,
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 return new EVB\Weather\CurlWrapper();
13 13
             }
14 14
         ]
Please login to merge, or discard this patch.
config/di/mapGenerator.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
         "mapGenerator" => [
9 9
             "active" => true,
10 10
             "shared" => true,
11
-            "callback" => function () {
11
+            "callback" => function() {
12 12
                 return new EVB\Weather\MapGenerator();
13 13
             }
14 14
         ]
Please login to merge, or discard this patch.