Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Fix getMetadata return type"
This reverts commit a4fb249.
  • Loading branch information
Jerome-Herbinet committed Oct 28, 2022
commit 4a695a017fdb5fe4c0f8ccafce94ddb486cf7c91
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 array getMetadata()
* @method string getMetadata()
* @method void setMetadata(array $metadata)
* @see \OC\Core\Migrations\Version240000Date20220404230027
*/
Expand Down