|
@@ -267,10 +267,10 @@ |
|
|
block discarded – undo |
|
267
|
267
|
|
|
268
|
268
|
if ($boundary !== null) { |
|
269
|
269
|
if(strpos($row, "--$boundary--")===0){ |
|
270
|
|
- throw new Exception\EndOfMultiPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) ); |
|
|
270
|
+ throw new Exception\EndOfMultiPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) ); |
|
271
|
271
|
} |
|
272
|
272
|
if(strpos($row, "--$boundary")===0){ |
|
273
|
|
- throw new Exception\EndOfPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) ); |
|
|
273
|
+ throw new Exception\EndOfPartReachedException ( $this->contentDecoder->decode ( implode ( "", $rows ), $encoding ) ); |
|
274
|
274
|
} |
|
275
|
275
|
} |
|
276
|
276
|
$rows [] = $row; |
Please login to merge, or discard this patch.