Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/62613/head
Robin Appelman 3 weeks ago
parent 5bb204c3cc
commit f7ecd25980
  1. 4
      lib/unstable/Sharing/ISharingBackend.php
  2. 4
      lib/unstable/Sharing/ISharingManager.php

@ -117,7 +117,7 @@ interface ISharingBackend {
* Insert a property for a share.
*
* @throws ShareNotFoundException
* @since 35.0.0
* @experimental 35.0.0
*/
public function createShareProperty(string $id, ShareProperty $property): void;
@ -133,7 +133,7 @@ interface ISharingBackend {
* Insert a permission for a share.
*
* @throws ShareNotFoundException
* @since 35.0.0
* @experimental 35.0.0
*/
public function createSharePermission(string $id, SharePermission $permission): void;

@ -153,7 +153,7 @@ interface ISharingManager {
/**
* @param class-string<ISharePropertyType> $propertyTypeClass
* @throws ShareNotFoundException
* @since 35.0.0
* @experimental 35.0.0
*/
public function createSharePropertyDefaultValue(Share $share, string $propertyTypeClass): Share;
@ -170,7 +170,7 @@ interface ISharingManager {
/**
* @param class-string<ISharePermissionType> $permissionTypeClass
* @throws ShareNotFoundException
* @since 35.0.0
* @experimental 35.0.0
*/
public function createSharePermissionDefaultValue(Share $share, string $permissionTypeClass): Share;

Loading…
Cancel
Save