summaryrefslogtreecommitdiffstats
path: root/lib/Controller/TempAvatarController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-13 14:21:30 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-13 14:28:41 +0200
commitc1970caef4409c05f7e12b4e5a965b13d2a1665f (patch)
tree81bdc28b4c9052134d73a13c580c6250d9fe4659 /lib/Controller/TempAvatarController.php
parentf3ff4a8820c3d3aedeffa4caee634407e8ac5aea (diff)
chore(CS): Unify construct() calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/TempAvatarController.php')
-rw-r--r--lib/Controller/TempAvatarController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/TempAvatarController.php b/lib/Controller/TempAvatarController.php
index 286f6cd91..ebd33f2c1 100644
--- a/lib/Controller/TempAvatarController.php
+++ b/lib/Controller/TempAvatarController.php
@@ -47,7 +47,7 @@ class TempAvatarController extends OCSController {
IAvatarManager $avatarManager,
IL10N $l,
LoggerInterface $logger,
- string $userId
+ string $userId,
) {
parent::__construct($appName, $request);
$this->avatarManager = $avatarManager;