]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix getMetadata return type 34809/head
authorLouis Chemineau <louis@chmn.me>
Wed, 26 Oct 2022 09:30:19 +0000 (11:30 +0200)
committerLouis Chemineau <louis@chmn.me>
Wed, 26 Oct 2022 09:37:51 +0000 (11:37 +0200)
Signed-off-by: Louis Chemineau <louis@chmn.me>
lib/private/Metadata/FileMetadata.php

index 7d1db21cf391735a580e77ab9744c7f8c285ab5c..9ad0f9d35c66aec77275daf14fc68e85552fe620 100644 (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
  */