[Pkg-owncloud-commits] [php-sabredav] 06/163: Fix comments.

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 40d381b23e9918a0c4b8fcc0eea71e4c229331ec
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 23 12:27:24 2014 +0100

    Fix comments.
---
 lib/Sabre/CalDAV/Backend/SharingSupport.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Sabre/CalDAV/Backend/SharingSupport.php b/lib/Sabre/CalDAV/Backend/SharingSupport.php
index a2d2382..fcd97a2 100644
--- a/lib/Sabre/CalDAV/Backend/SharingSupport.php
+++ b/lib/Sabre/CalDAV/Backend/SharingSupport.php
@@ -70,7 +70,7 @@ namespace Sabre\CalDAV\Backend;
  * In the case of an invite, the sharee may reply with an 'accept' or
  * 'decline'. These are always represented by:
  *
- * Sabre\CalDAV\Notifications\Notification\Invite
+ * Sabre\CalDAV\Notifications\Notification\InviteReply
  *
  *
  * Calendar access by sharees
@@ -136,7 +136,7 @@ namespace Sabre\CalDAV\Backend;
  *   * unpublished
  *
  * If a calendar is published, the following property should be returned
- * for each calendar in getCalendarsForPrincipal.
+ * for each calendar in getCalendarsForUser.
  *
  * {http://calendarserver.org/ns/}publish-url
  *
@@ -157,7 +157,7 @@ namespace Sabre\CalDAV\Backend;
  * ==============================================
  *
  * If Sabre\CalDAV\Property\AllowedSharingModes is returned from
- * getCalendarsByUser, this allows the server to specify whether either sharing,
+ * getCalendarsForUser, this allows the server to specify whether either sharing,
  * or publishing is supported.
  *
  * This allows a client to determine in advance which features are available,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list