summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-06-09 18:07:00 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-10 07:58:32 +0200
commit581cbdc20c46c2a22a2ed6f6fe8ac6edbebfcac5 (patch)
tree3f46ea9e9fc2ec87561c3c042593c7515ace549f /lib
parent6cf174f37db3ef3b4aea2ac084f8690a3ea53ad6 (diff)
downloadnextcloud-server-581cbdc20c46c2a22a2ed6f6fe8ac6edbebfcac5.tar.gz
nextcloud-server-581cbdc20c46c2a22a2ed6f6fe8ac6edbebfcac5.zip
[3rdparty] streams-0.7.4
Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/Stream/Encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php
index 023ae8a414c..007ef6f3560 100644
--- a/lib/private/Files/Stream/Encryption.php
+++ b/lib/private/Files/Stream/Encryption.php
@@ -523,7 +523,7 @@ class Encryption extends Wrapper {
/**
* write header at beginning of encrypted file
*
- * @return integer
+ * @return int|false
* @throws EncryptionHeaderKeyExistsException if header key is already in use
*/
protected function writeHeader() {