@@ -186,8 +186,7 @@ |
||
186 | 186 | $parent = $parent->getParent(); |
187 | 187 | // $boundary used by next call to readPartContent |
188 | 188 | $boundary = $parent !== null ? |
189 | - $parent->getHeaderParameter('Content-Type', 'boundary') : |
|
190 | - $boundary; |
|
189 | + $parent->getHeaderParameter('Content-Type', 'boundary') : $boundary; |
|
191 | 190 | $skipPart = true; |
192 | 191 | } |
193 | 192 | $nextPart = $this->partFactory->newMimePart(); |