diff options
Diffstat (limited to 'lib/public/Files/File.php')
-rw-r--r-- | lib/public/Files/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/File.php b/lib/public/Files/File.php index 0f052bc66ad..ad2cb7b55c2 100644 --- a/lib/public/Files/File.php +++ b/lib/public/Files/File.php @@ -51,7 +51,7 @@ interface File extends Node { /** * Write to the file from string data * - * @param string $data + * @param string|resource $data * @throws \OCP\Files\NotPermittedException * @throws \OCP\Files\GenericFileException * @since 6.0.0 |