Skip to content

Commit f7ecd25

Browse files
committed
chore: fix ncu @experimental
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 5bb204c commit f7ecd25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/unstable/Sharing/ISharingBackend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function updateShareRecipientSecret(string $id, ShareRecipient $recipient
117117
* Insert a property for a share.
118118
*
119119
* @throws ShareNotFoundException
120-
* @since 35.0.0
120+
* @experimental 35.0.0
121121
*/
122122
public function createShareProperty(string $id, ShareProperty $property): void;
123123

@@ -133,7 +133,7 @@ public function updateShareProperty(string $id, ShareProperty $property): void;
133133
* Insert a permission for a share.
134134
*
135135
* @throws ShareNotFoundException
136-
* @since 35.0.0
136+
* @experimental 35.0.0
137137
*/
138138
public function createSharePermission(string $id, SharePermission $permission): void;
139139

lib/unstable/Sharing/ISharingManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function updateShareRecipientSecret(ShareAccessContext $accessContext, st
153153
/**
154154
* @param class-string<ISharePropertyType> $propertyTypeClass
155155
* @throws ShareNotFoundException
156-
* @since 35.0.0
156+
* @experimental 35.0.0
157157
*/
158158
public function createSharePropertyDefaultValue(Share $share, string $propertyTypeClass): Share;
159159

@@ -170,7 +170,7 @@ public function updateShareProperty(ShareAccessContext $accessContext, string $i
170170
/**
171171
* @param class-string<ISharePermissionType> $permissionTypeClass
172172
* @throws ShareNotFoundException
173-
* @since 35.0.0
173+
* @experimental 35.0.0
174174
*/
175175
public function createSharePermissionDefaultValue(Share $share, string $permissionTypeClass): Share;
176176

0 commit comments

Comments
 (0)