Completed
Pull Request — master (#112)
by Simone
02:54
created
src/Sensorario/Resources/Configurator.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 
19 19
     public function __call($method, $bar)
20 20
     {
21
-         return $this->container->$method(
22
-             $this->resourceName
23
-         );
21
+            return $this->container->$method(
22
+                $this->resourceName
23
+            );
24 24
     }
25 25
 
26 26
     public function resourceName()
Please login to merge, or discard this patch.
src/Sensorario/Resources/Rulers/Rule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
     public function asArray() : array
49 49
     {
50
-         return $this->rule;
50
+            return $this->rule;
51 51
     }
52 52
 
53 53
     public function isValid()
Please login to merge, or discard this patch.