[Pkg-owncloud-commits] [owncloud] 137/215: make scrutinizer happy

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:38 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 02c60949ddbf54d8c1791c0f7686b13cbe3b7002
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Tue Apr 28 08:13:49 2015 +0200

    make scrutinizer happy
---
 tests/lib/share/share.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index 5d8f61f..23274c3 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -106,7 +106,7 @@ class Test_Share extends \Test\TestCase {
 	}
 
 	protected function setHttpHelper($httpHelper) {
-		\OC::$server->registerService('HTTPHelper', function ($c) use ($httpHelper) {
+		\OC::$server->registerService('HTTPHelper', function () use ($httpHelper) {
 			return $httpHelper;
 		});
 	}

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