[Pkg-owncloud-commits] [owncloud] 01/11: [stable7] Use PHP 5.3 syntax
David Prévot
taffit at moszumanska.debian.org
Sat Sep 12 16:40:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c50a378c3b481931005f2d12e305460009186448
Author: Lukas Reschke <lukas at owncloud.com>
Date: Thu Sep 3 08:49:23 2015 +0200
[stable7] Use PHP 5.3 syntax
---
apps/files_sharing/tests/updater.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/files_sharing/tests/updater.php b/apps/files_sharing/tests/updater.php
index 81ba94c..991779f 100644
--- a/apps/files_sharing/tests/updater.php
+++ b/apps/files_sharing/tests/updater.php
@@ -116,10 +116,10 @@ class Test_Files_Sharing_Updater extends Test_Files_Sharing_Base {
}
public function shareFolderProvider() {
- return [
- ['/'],
- ['/my_shares'],
- ];
+ return array(
+ array('/'),
+ array('/my_shares'),
+ );
}
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list