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

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:39 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 6d1eed68cba4e758719cb419c52ec259b4b21b80
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 13 16:09:36 2015 +0100

    Fix CS.
---
 tests/VObject/Parser/JsonTest.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/VObject/Parser/JsonTest.php b/tests/VObject/Parser/JsonTest.php
index adbbda3..f5315f0 100644
--- a/tests/VObject/Parser/JsonTest.php
+++ b/tests/VObject/Parser/JsonTest.php
@@ -156,11 +156,10 @@ class JsonTest extends \PHPUnit_Framework_TestCase {
         );
 
         $parser = new Json(json_encode($input));
-        $vobj = $parser->parse();        
+        $vobj = $parser->parse();
 
         $version = VObject\Version::VERSION;
 
-
         $result = $vobj->serialize();
         $expected = <<<VCF
 BEGIN:VCARD

-- 
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