mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix phpdoc
This commit is contained in:
parent
a3d50ef49a
commit
989995a852
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ interface Storage {
|
|||
public function setAvailability($isAvailable);
|
||||
|
||||
/**
|
||||
* @param $path path for which to retrieve the owner
|
||||
* @param string $path path for which to retrieve the owner
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function getOwner($path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue