diff options
author | Robin Appelman <robin@icewind.nl> | 2021-06-09 18:07:00 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-06-10 07:58:32 +0200 |
commit | 581cbdc20c46c2a22a2ed6f6fe8ac6edbebfcac5 (patch) | |
tree | 3f46ea9e9fc2ec87561c3c042593c7515ace549f /lib | |
parent | 6cf174f37db3ef3b4aea2ac084f8690a3ea53ad6 (diff) | |
download | nextcloud-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.php | 2 |
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() { |