@@ -82,7 +82,7 @@ |
||
82 | 82 | * @param int $index |
83 | 83 | * @param boolean $isEncoded |
84 | 84 | * @return SplitParameterToken |
85 | - */ |
|
85 | + */ |
|
86 | 86 | private function addToSplitPart(ArrayObject $splitParts, $name, $value, $index, $isEncoded) |
87 | 87 | { |
88 | 88 | $ret = null; |
@@ -115,7 +115,7 @@ |
||
115 | 115 | * |
116 | 116 | * @param IMimePart $part |
117 | 117 | * @return IMimePart the newly-created IMimePart |
118 | - */ |
|
118 | + */ |
|
119 | 119 | public function createNewContentPartFrom(IMimePart $part) |
120 | 120 | { |
121 | 121 | $mime = $this->mimePartFactory->newInstance(); |