[Pkg-owncloud-commits] [php-sabre-vobject] 228/341: `MEMBER` property is partially declared: Complete.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:51 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 73652e076e2a6722cd8d75c1ee01a1992fc03e7b
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 27 14:32:43 2015 +0100

    `MEMBER` property is partially declared: Complete.
    
    It is only declared in validation rules, not in the list of properties.
---
 lib/Component/VCard.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index 3733441..96f2e0d 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -114,6 +114,7 @@ class VCard extends VObject\Document {
         'LANG'         => 'Sabre\\VObject\\Property\\VCard\\LanguageTag',
         'GENDER'       => 'Sabre\\VObject\\Property\\Text',
         'KIND'         => 'Sabre\\VObject\\Property\\FlatText',
+        'MEMBER'       => 'Sabre\\VObject\\Property\\Uri',
 
         // rfc6474 properties
         'BIRTHPLACE'    => 'Sabre\\VObject\\Property\\FlatText',

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