diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-03 11:03:17 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-29 09:07:36 +0100 |
commit | 73c7d0dc8156703341733b9c39c69d05263173da (patch) | |
tree | b960b9acb15d29aa5dded5aaedbe07eda651ecc3 /lib/private/Files/SimpleFS/NewSimpleFile.php | |
parent | 083f3d23737b99fafec87c64df99e9c09cde71c7 (diff) | |
download | nextcloud-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 'lib/private/Files/SimpleFS/NewSimpleFile.php')
-rw-r--r-- | lib/private/Files/SimpleFS/NewSimpleFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/SimpleFS/NewSimpleFile.php b/lib/private/Files/SimpleFS/NewSimpleFile.php index b8e50941e5f..fb4346aae0f 100644 --- a/lib/private/Files/SimpleFS/NewSimpleFile.php +++ b/lib/private/Files/SimpleFS/NewSimpleFile.php @@ -208,7 +208,7 @@ class NewSimpleFile implements ISimpleFile { /** * Open the file as stream for writing, resulting resource can be operated as stream like the result from php's own fopen * - * @return resource + * @return resource|bool * @throws \OCP\Files\NotPermittedException * @since 14.0.0 */ |