Passed
Push — master ( b48e8d...3fd8db )
by Daniele
08:23 queued 05:56
created
source/FluidXml/FluidInsertionHandler.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,10 +59,10 @@
 block discarded – undo
59 59
                         if (\is_array($opt)) {
60 60
                                 $attributes = $opt;
61 61
 
62
-                        }  elseif (\is_bool($opt)) {
62
+                        } elseif (\is_bool($opt)) {
63 63
                                 $switch_context = $opt;
64 64
 
65
-                        }  elseif (\is_string($opt)) {
65
+                        } elseif (\is_string($opt)) {
66 66
                                 $e = \array_pop($element);
67 67
 
68 68
                                 $element[$e] = $opt;
Please login to merge, or discard this patch.
source/FluidXml/FluidXml.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
                         }
194 194
 
195 195
                         $namespaces[] = new FluidNamespace(...$args);
196
-                }  elseif (\is_array($arguments[0])) {
196
+                } elseif (\is_array($arguments[0])) {
197 197
                         $namespaces = $arguments[0];
198 198
                 } else {
199 199
                         $namespaces = $arguments;
Please login to merge, or discard this patch.