@@ -107,7 +107,7 @@ |
||
107 | 107 | * |
108 | 108 | * @param IMimePart $part |
109 | 109 | * @return MimePart the newly-created MimePart |
110 | - */ |
|
110 | + */ |
|
111 | 111 | public function createNewContentPartFrom(IMimePart $part) |
112 | 112 | { |
113 | 113 | $mime = $this->mimePartFactory->newInstance(); |
@@ -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; |
@@ -93,7 +93,7 @@ |
||
93 | 93 | return $this->partBuilder->getHeaderContainer(); |
94 | 94 | } |
95 | 95 | |
96 | - public function getStream() |
|
96 | + public function getStream() |
|
97 | 97 | { |
98 | 98 | return $this->partBuilder->getStream(); |
99 | 99 | } |