[Pkg-owncloud-commits] [php-sabredav] 128/148: Reversed the docblocks.

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:31 UTC 2015


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit 54808e5955319ceb747b11c837338bede67ab95b
Author: Evert Pot <me at evertpot.com>
Date:   Sun Apr 12 20:45:17 2015 -0400

    Reversed the docblocks.
---
 lib/CalDAV/CalendarHome.php     | 2 +-
 lib/CardDAV/AddressBookHome.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/CalDAV/CalendarHome.php b/lib/CalDAV/CalendarHome.php
index d1e8db5..af3bd83 100644
--- a/lib/CalDAV/CalendarHome.php
+++ b/lib/CalDAV/CalendarHome.php
@@ -231,7 +231,7 @@ class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
     }
 
     /**
-     * Creates a new addressbook.
+     * Creates a new calendar or subscription.
      *
      * @param string $name
      * @param MkCol $mkCol
diff --git a/lib/CardDAV/AddressBookHome.php b/lib/CardDAV/AddressBookHome.php
index 7f5f2bf..a97e22e 100644
--- a/lib/CardDAV/AddressBookHome.php
+++ b/lib/CardDAV/AddressBookHome.php
@@ -156,7 +156,7 @@ class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection,
     }
 
     /**
-     * Creates a new calendar or subscription.
+     * Creates a new address book.
      *
      * @param string $name
      * @param MkCol $mkCol

-- 
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