diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-28 08:13:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-28 11:28:54 +0200 |
commit | 02c60949ddbf54d8c1791c0f7686b13cbe3b7002 (patch) | |
tree | f2c84b428a6aa684fb61c5c9c234e3874088a7d6 /tests | |
parent | 9fb7d0bca9006b1d19768fb214a0883e8158f455 (diff) | |
download | nextcloud-server-02c60949ddbf54d8c1791c0f7686b13cbe3b7002.tar.gz nextcloud-server-02c60949ddbf54d8c1791c0f7686b13cbe3b7002.zip |
make scrutinizer happy
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/share/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php index 5d8f61fb64e..23274c394c6 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; }); } |