@@ -59,10 +59,10 @@ |
||
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; |
@@ -193,7 +193,7 @@ |
||
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; |