@@ -92,8 +92,8 @@ discard block |
||
| 92 | 92 | |
| 93 | 93 | $encodedData = Yaml::dump( |
| 94 | 94 | $data, |
| 95 | - $context[ self::OPTION_INLINE ], |
|
| 96 | - $context[ self::OPTION_INDENT ], |
|
| 95 | + $context[self::OPTION_INLINE], |
|
| 96 | + $context[self::OPTION_INDENT], |
|
| 97 | 97 | $options |
| 98 | 98 | ); |
| 99 | 99 | |
@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | $bitMaskedOption = 0; |
| 141 | 141 | |
| 142 | 142 | foreach ($optionToBitMap as $option => $bitMask) { |
| 143 | - if ($options[ $option ]) { |
|
| 143 | + if ($options[$option]) { |
|
| 144 | 144 | $bitMaskedOption = $bitMaskedOption | $bitMask; |
| 145 | 145 | } |
| 146 | 146 | } |
@@ -130,7 +130,7 @@ |
||
| 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 | } |