Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-01-17 15:45:41 +00:00 committed by StyleCI Bot
parent bc40bd65f9
commit 97e2ae9806

View File

@ -531,6 +531,7 @@ trait FilesHandler
$this->download_to_stream($info, $stream, $cb, filesize($file), $info['size']);
fclose($stream);
clearstatcache();
return $file;
}