From d359765bdc028eef18a4aab05944faa9ced596ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Fri, 6 Jun 2014 09:44:34 +0200 Subject: [PATCH] Update PHPDoc --- lib/private/files/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5