[Pkg-owncloud-commits] [php-sabre-vobject] 254/341: Add a break to avoid future workflow damage.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:54 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 4a3b43bed3d71e4f9e4b16d59dc273d710097fab
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Fri Jan 30 09:31:10 2015 +0100

    Add a break to avoid future workflow damage.
---
 lib/Component/VCard.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index ed99fc5..6777f5f 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -481,6 +481,7 @@ class VCard extends VObject\Document {
 
                     default:
                         $property->xmlSerialize($writer);
+                        break;
 
                 }
             }

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