diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-22 09:26:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 09:26:07 +0100 |
commit | 5094e29ebda77f2f071fde349e4ad2a0683fedf8 (patch) | |
tree | 8e95877b12e47100606d7ca90e985c4f15964a07 /lib/private/Files/Storage/Wrapper/Encryption.php | |
parent | a5c55891f5f7002b6dd2892b07e1cbddf57ff708 (diff) | |
parent | 4f2dc18f58737894f52f585203402307c64b595e (diff) | |
download | nextcloud-server-5094e29ebda77f2f071fde349e4ad2a0683fedf8.tar.gz nextcloud-server-5094e29ebda77f2f071fde349e4ad2a0683fedf8.zip |
Merge pull request #24594 from kofemann/dcache
Diffstat (limited to 'lib/private/Files/Storage/Wrapper/Encryption.php')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Encryption.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index d3b1880a813..8efb1c20980 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -234,8 +234,8 @@ class Encryption extends Wrapper { * see http://php.net/manual/en/function.file_put_contents.php * * @param string $path - * @param string $data - * @return bool + * @param mixed $data + * @return int|false */ public function file_put_contents($path, $data) { // file put content will always be translated to a stream write |