diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-06 09:44:34 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-06 09:44:34 +0200 |
commit | d359765bdc028eef18a4aab05944faa9ced596ea (patch) | |
tree | e31808172b46cb30afa940840002f86f1c6582c9 | |
parent | 00539cf8f9591639ca82caea22b41fd1d95a558b (diff) | |
download | nextcloud-server-d359765bdc028eef18a4aab05944faa9ced596ea.tar.gz nextcloud-server-d359765bdc028eef18a4aab05944faa9ced596ea.zip |
Update PHPDoc
-rw-r--r-- | lib/private/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 6eacf34d727..1dc6c405bcf 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -1127,7 +1127,7 @@ class View { * Note that the resulting path is not guarantied to be unique for the id, multiple paths can point to the same file * * @param int $id - * @return string + * @return string|null */ public function getPath($id) { $manager = Filesystem::getMountManager(); |