[Pkg-owncloud-commits] [php-sabredav] 147/275: Typo
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:02 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 30b112fafc0e41de216717a004713c218d02e23a
Author: Evert Pot <me at evertpot.com>
Date: Mon Aug 11 18:28:26 2014 -0400
Typo
---
lib/CalDAV/Property/EmailAddressSet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/CalDAV/Property/EmailAddressSet.php b/lib/CalDAV/Property/EmailAddressSet.php
index 03a4db6..2bb73d8 100644
--- a/lib/CalDAV/Property/EmailAddressSet.php
+++ b/lib/CalDAV/Property/EmailAddressSet.php
@@ -30,7 +30,7 @@ class EmailAddressSet extends DAV\Property {
*
* @param array $emails
*/
- public function __construct(array $hrefs) {
+ public function __construct(array $emails) {
$this->emails = $emails;
--
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