[Pkg-owncloud-commits] [php-sabre-vobject] 98/341: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:38 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 b4a20d50f5e07b7e24ef60b4e5ff428b70982265
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Nov 24 18:41:33 2014 +0100
Fix CS.
---
lib/Parser/XML.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 7f66982..93be524 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -54,7 +54,7 @@ class XML extends Parser {
*/
public function __construct($input = null, $options = 0) {
- if(0 === $options) {
+ if (0 === $options) {
$options = parent::OPTION_FORGIVING;
}
--
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