[Pkg-owncloud-commits] [owncloud] 261/457: more hints

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:19 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit a9455be14a36013adead81de06e3799e6e7efb9b
Author: Robin Appelman <icewind at owncloud.com>
Date:   Fri May 8 15:05:14 2015 +0200

    more hints
---
 lib/private/repair.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/repair.php b/lib/private/repair.php
index c690fe4..4335099 100644
--- a/lib/private/repair.php
+++ b/lib/private/repair.php
@@ -142,7 +142,7 @@ class Repair extends BasicEmitter {
 	 *
 	 * Re-declared as public to allow invocation from within the closure above in php 5.3
 	 */
-	public function emit($scope, $method, $arguments = array()) {
+	public function emit($scope, $method, array $arguments = array()) {
 		parent::emit($scope, $method, $arguments);
 	}
 }

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