[Pkg-owncloud-commits] [owncloud] 55/103: make scrutinizer happy
    David Prévot 
    taffit at moszumanska.debian.org
       
    Sun May 31 12:32:37 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.4RC1
in repository owncloud.
commit f3a6adff415f72bf5ed16e3dcbffd781a7d08dbc
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 cbb54bf..f96e5d3 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