Update PHPDoc
This commit is contained in:
parent
00539cf8f9
commit
d359765bdc
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue