[Pkg-owncloud-commits] [php-sabre-vobject] 184/341: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:46 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 7534581a1091d932be0c456721694d416d0882bd
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Thu Jan 22 10:59:23 2015 +0100
Fix CS.
---
lib/Parser/MimeDir.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index 9206788..5fb4e1b 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -51,10 +51,9 @@ class MimeDir extends Parser {
public function parse($input = null, $options = 0) {
$this->root = null;
- if (!is_null($input)) {
+ if (!is_null($input)) {
$this->setInput($input);
-
}
if (0 !== $options) {
--
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