summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-06 09:44:34 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-06 09:44:34 +0200
commitd359765bdc028eef18a4aab05944faa9ced596ea (patch)
treee31808172b46cb30afa940840002f86f1c6582c9
parent00539cf8f9591639ca82caea22b41fd1d95a558b (diff)
downloadnextcloud-server-d359765bdc028eef18a4aab05944faa9ced596ea.tar.gz
nextcloud-server-d359765bdc028eef18a4aab05944faa9ced596ea.zip
Update PHPDoc
-rw-r--r--lib/private/files/view.php2
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();