diff options
author | Carl Schwan <carl.schwan@nextclound.com> | 2025-08-06 15:55:21 +0200 |
---|---|---|
committer | Carl Schwan <carl.schwan@nextclound.com> | 2025-08-06 15:56:28 +0200 |
commit | 91f6d3868201c668ab16041baaa63d2cdba57e0e (patch) | |
tree | 02bf88d01189c89398b9f1669012b6083f7c4dea | |
parent | b514d75323602aaa0da6f5af48d61d423b8fd75f (diff) | |
download | nextcloud-server-fix-format.tar.gz nextcloud-server-fix-format.zip |
fix: PHP formatting in UserAvatarTestfix-format
Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
-rw-r--r-- | tests/lib/Avatar/UserAvatarTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Avatar/UserAvatarTest.php b/tests/lib/Avatar/UserAvatarTest.php index 940a15dd162..1ca3b8135cc 100644 --- a/tests/lib/Avatar/UserAvatarTest.php +++ b/tests/lib/Avatar/UserAvatarTest.php @@ -27,7 +27,7 @@ class UserAvatarTest extends \Test\TestCase { private SimpleFolder&MockObject $folder; private IConfig&MockObject $config; private User&MockObject $user; - + protected function setUp(): void { parent::setUp(); |