mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix getMetadata return type
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
4344a54a1d
commit
38f5006c3e
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