aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Avatar
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Avatar')
-rw-r--r--tests/lib/Avatar/UserAvatarTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Avatar/UserAvatarTest.php b/tests/lib/Avatar/UserAvatarTest.php
index 6e13c993e60..31f2a6ebf5b 100644
--- a/tests/lib/Avatar/UserAvatarTest.php
+++ b/tests/lib/Avatar/UserAvatarTest.php
@@ -82,7 +82,7 @@ class UserAvatarTest extends \Test\TestCase {
}));
$file->method('getContent')
- ->willReturnCallback(function() use (&$data) {
+ ->willReturnCallback(function () use (&$data) {
return $data;
});