[Pkg-owncloud-commits] [php-sabre-vobject] 164/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 5885dbc32baf82e70f8746e42349b570d53f7c00
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 20 11:44:33 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 d89fc43..1f7c0bb 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -127,9 +127,10 @@ class XML extends Parser {
$xmlParameters = $xmlPropertyChild['value'];
- foreach ($xmlParameters as $xmlParameter)
+ foreach ($xmlParameters as $xmlParameter) {
$propertyParameters[static::getTagName($xmlParameter['name'])]
= $xmlParameter['value'][0]['value'];
+ }
array_splice($xmlProperty['value'], $i, 1);
--
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