Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 8adf64a

Browse files
author
Jens Schulze
committed
docs(AssetDraft): update annotations
1 parent abc0afd commit 8adf64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/Common/AssetDraft.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* @method AssetDraft setDescription(LocalizedString $description = null)
2020
* @method array getTags()
2121
* @method AssetDraft setTags(array $tags = null)
22-
* @method CustomFieldObject getCustom()
23-
* @method AssetDraft setCustom(CustomFieldObject $custom = null)
22+
* @method CustomFieldObjectDraft getCustom()
23+
* @method AssetDraft setCustom(CustomFieldObjectDraft $custom = null)
2424
*/
2525
class AssetDraft extends JsonObject
2626
{

0 commit comments

Comments
 (0)