Completed
Pull Request — master (#65)
by Simone
02:57
created
src/Sensorario/Resources/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
             );
25 25
         }
26 26
 
27
-        $this->globals  = [];
27
+        $this->globals = [];
28 28
 
29 29
         foreach ($resources['resources'] as $item) {
30 30
             if (isset($item['constraints'])) {
Please login to merge, or discard this patch.