Merge pull request #26167 from nextcloud/backport/26072/stable21

[stable21] remove explicit fclose from S3->writeStream
This commit is contained in:
Morris Jobke 2021-03-17 13:47:03 +01:00 committed by GitHub
commit a2d17c3c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ trait S3ObjectTrait {
throw $e;
}
}
fclose($countStream);
}
/**