aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/File.php b/lib/public/Files/File.php
index cdb868241b6..93d0ab860c1 100644
--- a/lib/public/Files/File.php
+++ b/lib/public/Files/File.php
@@ -68,7 +68,7 @@ interface File extends Node {
* Open the file as stream, resulting resource can be operated as stream like the result from php's own fopen
*
* @param string $mode
- * @return resource
+ * @return resource|false
* @throws NotPermittedException
* @throws LockedException
* @since 6.0.0