summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Controller/DirectControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/Controller/DirectControllerTest.php')
-rw-r--r--apps/dav/tests/unit/Controller/DirectControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Controller/DirectControllerTest.php b/apps/dav/tests/unit/Controller/DirectControllerTest.php
index c24243e81e3..20e5888dfb0 100644
--- a/apps/dav/tests/unit/Controller/DirectControllerTest.php
+++ b/apps/dav/tests/unit/Controller/DirectControllerTest.php
@@ -143,7 +143,7 @@ class DirectControllerTest extends TestCase {
});
$this->urlGenerator->method('getAbsoluteURL')
- ->willReturnCallback(function(string $url) {
+ ->willReturnCallback(function (string $url) {
return 'https://my.nextcloud/'.$url;
});