Skip to content

Commit

Permalink
Merge pull request #40965 from nextcloud/bugfix/noid/fix-type-and-doc…
Browse files Browse the repository at this point in the history
…s-on-interface

fix(federation): Fix type and docs on ICloudFederationNotification in…
  • Loading branch information
nickvergessen authored Oct 18, 2023
2 parents a1d70ab + 4f76c13 commit 5de36b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/Federation/ICloudFederationNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ interface ICloudFederationNotification {
*
* @param string $notificationType (e.g. SHARE_ACCEPTED)
* @param string $resourceType (e.g. file, calendar, contact,...)
* @param $providerId id of the share
* @param array $notification , payload of the notification
* @param string $providerId id of the share
* @param array $notification payload of the notification
*
* @since 14.0.0
*/
Expand Down

0 comments on commit 5de36b6

Please sign in to comment.