[Pkg-owncloud-commits] [php-sabre-vobject] 07/38: PHP 5.3

David Prévot taffit at moszumanska.debian.org
Tue Sep 23 03:10:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch upstream
in repository php-sabre-vobject.

commit 0a25ccbddeb8a11120922ed638927101e72511ef
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Sep 15 16:12:01 2014 +0100

    PHP 5.3
---
 lib/ITip/Broker.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ITip/Broker.php b/lib/ITip/Broker.php
index 5b85460..ed69b75 100644
--- a/lib/ITip/Broker.php
+++ b/lib/ITip/Broker.php
@@ -66,7 +66,7 @@ class Broker {
      *
      * @var string[]
      */
-    public $significantChangeProperties = [
+    public $significantChangeProperties = array(
         'DTSTART',
         'DTEND',
         'DURATION',
@@ -75,7 +75,7 @@ class Broker {
         'RDATE',
         'EXDATE',
         'STATUS',
-    ];
+    );
 
     /**
      * This method is used to process an incoming itip message.

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