[Pkg-owncloud-commits] [php-sabre-vobject] 01/16: PHP 5.3
David Prévot
taffit at moszumanska.debian.org
Mon Jul 21 19:19:13 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 3287abe0840ef7e5fbb0b051a4284374a13c558c
Author: Evert Pot <me at evertpot.com>
Date: Thu Jun 12 15:51:36 2014 -0400
PHP 5.3
---
lib/Sabre/VObject/Cli.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Sabre/VObject/Cli.php b/lib/Sabre/VObject/Cli.php
index f15636c..ae4b88c 100644
--- a/lib/Sabre/VObject/Cli.php
+++ b/lib/Sabre/VObject/Cli.php
@@ -345,11 +345,11 @@ HELP
$this->log(" No warnings!");
} else {
- $levels = [
+ $levels = array(
1 => 'REPAIRED',
2 => 'WARNING',
3 => 'ERROR',
- ];
+ );
$returnCode = 2;
foreach($warnings as $warn) {
@@ -391,11 +391,11 @@ HELP
$this->log(" No warnings!");
} else {
- $levels = [
+ $levels = array(
1 => 'REPAIRED',
2 => 'WARNING',
3 => 'ERROR',
- ];
+ );
$returnCode = 2;
foreach($warnings as $warn) {
--
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