mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix getMetadata return type
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
eb785ec9b6
commit
9cf71f2b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ use OCP\DB\Types;
|
|||
/**
|
||||
* @method string getGroupName()
|
||||
* @method void setGroupName(string $groupName)
|
||||
* @method string getMetadata()
|
||||
* @method array getMetadata()
|
||||
* @method void setMetadata(array $metadata)
|
||||
* @see \OC\Core\Migrations\Version240000Date20220404230027
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue