[Pkg-owncloud-commits] [php-sabre-vobject] 129/341: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:41 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 1a0b0ec96450ca7f6bf856c4fe46ca50081c20a0
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Wed Jan 14 17:05:34 2015 +0100
Fix CS.
---
tests/VObject/Parser/JsonTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/VObject/Parser/JsonTest.php b/tests/VObject/Parser/JsonTest.php
index f5315f0..23b7f9a 100644
--- a/tests/VObject/Parser/JsonTest.php
+++ b/tests/VObject/Parser/JsonTest.php
@@ -308,7 +308,7 @@ VCF;
);
$parser = new Json(json_encode($input));
- $vobj = $parser->parse();
+ $vobj = $parser->parse();
$result = $vobj->serialize();
$version = VObject\Version::VERSION;
--
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