[Pkg-owncloud-commits] [php-sabredav] 24/275: Fixed constructor docs. Thnx @gharlan
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:55:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 6f26532a9a6a3dfcf09fd388539f6f4e6c88f377
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Sep 19 00:28:22 2013 +0100
Fixed constructor docs. Thnx @gharlan
---
lib/Sabre/CalDAV/Backend/PDO.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/Sabre/CalDAV/Backend/PDO.php b/lib/Sabre/CalDAV/Backend/PDO.php
index be42628..5f4c31c 100755
--- a/lib/Sabre/CalDAV/Backend/PDO.php
+++ b/lib/Sabre/CalDAV/Backend/PDO.php
@@ -102,6 +102,9 @@ class PDO extends AbstractBackend implements SyncSupport, SubscriptionSupport, S
* @param \PDO $pdo
* @param string $calendarTableName
* @param string $calendarObjectTableName
+ * @param string $calendarChangesTable
+ * @param string $schedulingObjectTable
+ * @todo we have to do something about this signature. It's bullshit.
*/
public function __construct(\PDO $pdo, $calendarTableName = 'calendars', $calendarObjectTableName = 'calendarobjects', $calendarChangesTableName = 'calendarchanges', $schedulingObjectTableName = "schedulingobjects") {
--
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