[Pkg-owncloud-commits] [php-sabre-vobject] 168/341: Fix CS.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:44 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 bccbacbb2715d890b416617991fe69b118f8489a
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Jan 21 15:36:42 2015 +0100

    Fix CS.
---
 lib/Parser/XML.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 1f7c0bb..830e7d9 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -193,8 +193,9 @@ class XML extends Parser {
                                 $propertyType  = static::getTagName($xmlProperty['value'][0]['name']);
                                 $propertyValue = [$xmlProperty['value'][0]['value']];
 
-                                if('date' === $propertyType)
+                                if ('date' === $propertyType) {
                                     $propertyParameters['value'] = 'DATE';
+                                }
                                 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