diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-23 17:52:47 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-23 17:52:47 +0100 |
commit | 88015bc51f2be457f5f49fcb8230784678a5d755 (patch) | |
tree | ff012d71876cfa9b4c0cd1bb7acc9fc058b37ccc /lib/public | |
parent | 5c7079f8c67ff1c8153275ff1eb49d04c05fb808 (diff) | |
download | nextcloud-server-88015bc51f2be457f5f49fcb8230784678a5d755.tar.gz nextcloud-server-88015bc51f2be457f5f49fcb8230784678a5d755.zip |
Fix type hints and doc blocks
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/FileInfo.php | 2 |
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(); |