Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-03 13:03:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-29 11:07:36 +0300
commit73c7d0dc8156703341733b9c39c69d05263173da (patch)
treeb960b9acb15d29aa5dded5aaedbe07eda651ecc3 /apps/dav/lib/Connector/Sabre/File.php
parent083f3d23737b99fafec87c64df99e9c09cde71c7 (diff)
Bump icewind/streams from 0.7.1 to 0.7.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav/lib/Connector/Sabre/File.php')
-rw-r--r--apps/dav/lib/Connector/Sabre/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php
index 3087b752f01..a4948a795a1 100644
--- a/apps/dav/lib/Connector/Sabre/File.php
+++ b/apps/dav/lib/Connector/Sabre/File.php
@@ -494,7 +494,7 @@ class File extends Node implements IFile {
}
/**
- * @return array|false
+ * @return array|bool
*/
public function getDirectDownload() {
if (\OCP\App::isEnabled('encryption')) {