Browse Source

Fix getMetadata return type

Signed-off-by: Louis Chemineau <louis@chmn.me>
tags/v26.0.0beta1
Louis Chemineau 1 year ago
parent
commit
38f5006c3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Metadata/FileMetadata.php

+ 1
- 1
lib/private/Metadata/FileMetadata.php View File

@@ -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…
Cancel
Save