[Pkg-owncloud-commits] [php-sabre-vobject] 03/32: PHP 5.3

David Prévot taffit at moszumanska.debian.org
Fri Nov 28 22:27:08 UTC 2014


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 151d53e2d4fd38d0c610dade5653eff65117ce87
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Nov 3 21:58:07 2014 -0300

    PHP 5.3
---
 tests/VObject/VCardConverterTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/VObject/VCardConverterTest.php b/tests/VObject/VCardConverterTest.php
index bab6a56..3632ccb 100644
--- a/tests/VObject/VCardConverterTest.php
+++ b/tests/VObject/VCardConverterTest.php
@@ -418,10 +418,10 @@ OUT;
         list(
             $input,
             $output
-        ) = [
+        ) = array(
             $output,
             $input
-        ];
+        );
 
         $vcard = Reader::read($input);
         $vcard = $vcard->convert(Document::VCARD40);

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