@@ -268,7 +268,7 @@ |
||
268 | 268 | protected function encodeWords(Swift_Mime_Header $header, $input, $usedLength = -1) |
269 | 269 | { |
270 | 270 | $value = ''; |
271 | - $usedLength = (int)$usedLength; |
|
271 | + $usedLength = (int) $usedLength; |
|
272 | 272 | |
273 | 273 | $tokens = $this->getEncodableWordTokens($input); |
274 | 274 |
@@ -111,7 +111,7 @@ |
||
111 | 111 | if ($i !== null) { |
112 | 112 | $tree[-1] = min(count($replace) - 1, $i); |
113 | 113 | $tree[-2] = $last_size; |
114 | - $this->_treeMaxLen = (int)$size; |
|
114 | + $this->_treeMaxLen = (int) $size; |
|
115 | 115 | } |
116 | 116 | foreach ($replace as $rep) { |
117 | 117 | if (!is_array($rep)) { |
@@ -304,7 +304,7 @@ |
||
304 | 304 | */ |
305 | 305 | private function _getHandle($nsKey, $itemKey, $position) |
306 | 306 | { |
307 | - $position = (int)$position; |
|
307 | + $position = (int) $position; |
|
308 | 308 | |
309 | 309 | if (!isset($this->_keys[$nsKey][$itemKey])) { |
310 | 310 | $openMode = $this->hasKey($nsKey, $itemKey) ? 'r+b' : 'w+b'; |