Commit 78c7359d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Typo...

Showing with 1 addition and 1 deletion
+1 -1
......@@ -434,7 +434,7 @@ class UploadedFile implements UploadedFileInterface
*/
public function copyTo($dest, $maxlen = -1, $readOffset = 0)
{
if($maxlen === -1) {a
if($maxlen === -1) {
$actualLength = $this->getSize() - $readOffset;
} else {
$actualLength = min($maxlen, $this->getSize() - $readOffset);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment