make scrutinizer happy

This commit is contained in:
Joas Schilling 2015-04-28 08:13:49 +02:00
parent 9fb7d0bca9
commit 02c60949dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});
}