summaryrefslogtreecommitdiffstats
path: root/apps/federation/lib/DAV
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-02 14:34:51 +0200
committerJoas Schilling <coding@schilljs.com>2017-08-02 14:34:51 +0200
commit81c54ea5152bed3c22ed1b3ecd580074ed6e8238 (patch)
treeca3596dda93d046c6a8ac9ed7cd2c0c139965b87 /apps/federation/lib/DAV
parentbc54e6ff7cf6bb587feb5bf93b24b023a07a4123 (diff)
downloadnextcloud-server-81c54ea5152bed3c22ed1b3ecd580074ed6e8238.tar.gz
nextcloud-server-81c54ea5152bed3c22ed1b3ecd580074ed6e8238.zip
Use automatic injection whenever possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federation/lib/DAV')
-rw-r--r--apps/federation/lib/DAV/FedAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/lib/DAV/FedAuth.php b/apps/federation/lib/DAV/FedAuth.php
index ae78ffeded9..511888f7683 100644
--- a/apps/federation/lib/DAV/FedAuth.php
+++ b/apps/federation/lib/DAV/FedAuth.php
@@ -63,6 +63,6 @@ class FedAuth extends AbstractBasic {
/**
* @inheritdoc
*/
- function challenge(RequestInterface $request, ResponseInterface $response) {
+ public function challenge(RequestInterface $request, ResponseInterface $response) {
}
}