Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-23 19:52:47 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-23 19:52:47 +0300
commit88015bc51f2be457f5f49fcb8230784678a5d755 (patch)
treeff012d71876cfa9b4c0cd1bb7acc9fc058b37ccc /lib/public/Files
parent5c7079f8c67ff1c8153275ff1eb49d04c05fb808 (diff)
Fix type hints and doc blocks
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Files')
-rw-r--r--lib/public/Files/FileInfo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php
index 8eeb8df08ce..f0f21087bbe 100644
--- a/lib/public/Files/FileInfo.php
+++ b/lib/public/Files/FileInfo.php
@@ -144,7 +144,7 @@ interface FileInfo {
/**
* Get the file id of the file or folder
*
- * @return int
+ * @return int|null
* @since 7.0.0
*/
public function getId();