diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-11-17 23:43:47 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2024-12-04 09:30:55 -0100 |
commit | f08d0532905c211d15effdfa1a9fa4f98921e2a9 (patch) | |
tree | 39e8314aa77e6819d5ba5ea8a4271e28caa15501 /lib/public/OCM | |
parent | 4591430c9cbc76c1962e10189d7d6a7326c83946 (diff) | |
download | nextcloud-server-f08d0532905c211d15effdfa1a9fa4f98921e2a9.tar.gz nextcloud-server-f08d0532905c211d15effdfa1a9fa4f98921e2a9.zip |
fix(ocm): switching to IdentityProof
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/public/OCM')
-rw-r--r-- | lib/public/OCM/IOCMProvider.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/OCM/IOCMProvider.php b/lib/public/OCM/IOCMProvider.php index 789462efd78..dd36a1c6057 100644 --- a/lib/public/OCM/IOCMProvider.php +++ b/lib/public/OCM/IOCMProvider.php @@ -154,11 +154,11 @@ interface IOCMProvider extends JsonSerializable { * apiVersion: '1.0-proposal1', * endPoint: string, * publicKey: ISignatory|null, - * resourceTypes: array{ + * resourceTypes: list<array{ * name: string, * shareTypes: list<string>, * protocols: array<string, string> - * }[], + * }>, * version: string * } * @since 28.0.0 |