[Pkg-owncloud-commits] [php-sabre-vobject] 201/341: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 30ad0ad99862d40e9711661e222e37ca606e7813
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Jan 26 14:33:09 2015 +0100
Fix CS.
---
lib/Component/VCard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index fdc935e..07aa705 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -438,8 +438,8 @@ class VCard extends VObject\Document {
function getClassNameForPropertyName($propertyName) {
$className = parent::getClassNameForPropertyName($propertyName);
- // In vCard 4, BINARY no longer exists, and we need URI instead.
+ // In vCard 4, BINARY no longer exists, and we need URI instead.
if ($className == 'Sabre\\VObject\\Property\\Binary' && $this->getDocumentType()===self::VCARD40) {
return 'Sabre\\VObject\\Property\\Uri';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list