diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-06-14 09:44:03 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-07-12 09:21:01 +0200 |
commit | 4ead6e64a41d9591ac8bf8918f293dbcae908243 (patch) | |
tree | 09a0d041f867ea662d0dc8598d94e6ec5dd4d862 /lib/public/Federation | |
parent | 46284f1696700c2553d8d2f5340ad3bcbad08470 (diff) | |
download | nextcloud-server-4ead6e64a41d9591ac8bf8918f293dbcae908243.tar.gz nextcloud-server-4ead6e64a41d9591ac8bf8918f293dbcae908243.zip |
federatedfilesharing: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'lib/public/Federation')
-rw-r--r-- | lib/public/Federation/ICloudFederationProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Federation/ICloudFederationProvider.php b/lib/public/Federation/ICloudFederationProvider.php index 7cb620848ef..121cb56bc4e 100644 --- a/lib/public/Federation/ICloudFederationProvider.php +++ b/lib/public/Federation/ICloudFederationProvider.php @@ -66,7 +66,7 @@ interface ICloudFederationProvider { * @param string $notificationType (e.g SHARE_ACCEPTED) * @param string $providerId share ID * @param array $notification provider specific notification - * @return array $data send back to sender + * @return array<string> $data send back to sender * * @throws ShareNotFound * @throws ActionNotSupportedException |