aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-22 09:26:07 +0100
committerGitHub <noreply@github.com>2020-12-22 09:26:07 +0100
commit5094e29ebda77f2f071fde349e4ad2a0683fedf8 (patch)
tree8e95877b12e47100606d7ca90e985c4f15964a07 /lib/public/Files/Storage
parenta5c55891f5f7002b6dd2892b07e1cbddf57ff708 (diff)
parent4f2dc18f58737894f52f585203402307c64b595e (diff)
downloadnextcloud-server-5094e29ebda77f2f071fde349e4ad2a0683fedf8.tar.gz
nextcloud-server-5094e29ebda77f2f071fde349e4ad2a0683fedf8.zip
Merge pull request #24594 from kofemann/dcache
Diffstat (limited to 'lib/public/Files/Storage')
-rw-r--r--lib/public/Files/Storage/IStorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php
index f5073d1ad73..9cd5553b8bf 100644
--- a/lib/public/Files/Storage/IStorage.php
+++ b/lib/public/Files/Storage/IStorage.php
@@ -226,8 +226,8 @@ interface IStorage {
* 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
* @since 9.0.0
*/
public function file_put_contents($path, $data);