Skip to content

Commit

Permalink
Merge pull request #34821 from nextcloud/backport/34809/stable25
Browse files Browse the repository at this point in the history
[stable25] Fix getMetadata return type
  • Loading branch information
artonge authored Oct 26, 2022
2 parents fa570bd + 9cf71f2 commit 62e5313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Metadata/FileMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @method string getGroupName()
* @method void setGroupName(string $groupName)
* @method string getMetadata()
* @method array getMetadata()
* @method void setMetadata(array $metadata)
* @see \OC\Core\Migrations\Version240000Date20220404230027
*/
Expand Down

0 comments on commit 62e5313

Please sign in to comment.