mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 18:05:02 -05:00
Update PHPDoc
This commit is contained in:
parent
00539cf8f9
commit
d359765bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue