Passed
Branch master (e607fe)
by Daniele
03:38
created
source/FluidXml.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1091,7 +1091,7 @@
 block discarded – undo
1091 1091
                         if (\is_array($opt)) {
1092 1092
                                 $attributes = $opt;
1093 1093
 
1094
-                        } else if (\is_bool($opt)){
1094
+                        } else if (\is_bool($opt)) {
1095 1095
                                 $switchContext = $opt;
1096 1096
 
1097 1097
                         } else if (\is_string($opt)) {
Please login to merge, or discard this patch.