Completed
Pull Request — master (#1)
by Billie
02:33
created
src/YamlDecode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             if (defined($fullConstant)) {
131 131
                 $bitMask = constant($fullConstant);
132 132
 
133
-                if ($options[ $option ]) {
133
+                if ($options[$option]) {
134 134
                     $bitMaskedOption = $bitMaskedOption | $bitMask;
135 135
                 }   
136 136
             }
Please login to merge, or discard this patch.