summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-03 11:03:17 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-29 09:07:36 +0100
commit73c7d0dc8156703341733b9c39c69d05263173da (patch)
treeb960b9acb15d29aa5dded5aaedbe07eda651ecc3 /apps/files_external
parent083f3d23737b99fafec87c64df99e9c09cde71c7 (diff)
downloadnextcloud-server-73c7d0dc8156703341733b9c39c69d05263173da.tar.gz
nextcloud-server-73c7d0dc8156703341733b9c39c69d05263173da.zip
Bump icewind/streams from 0.7.1 to 0.7.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/lib/Lib/Storage/SMB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php
index d995a016db1..0f67877d148 100644
--- a/apps/files_external/lib/Lib/Storage/SMB.php
+++ b/apps/files_external/lib/Lib/Storage/SMB.php
@@ -441,7 +441,7 @@ class SMB extends Common implements INotifyStorage {
/**
* @param string $path
* @param string $mode
- * @return resource|false
+ * @return resource|bool
*/
public function fopen($path, $mode) {
$fullPath = $this->buildPath($path);