Update PHPDoc

This commit is contained in:
Thomas Müller 2014-06-06 09:44:34 +02:00
parent 00539cf8f9
commit d359765bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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();