summaryrefslogtreecommitdiffstats
path: root/lib/Controller/FilesIntegrationController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-13 13:17:49 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-13 13:17:49 +0200
commitf3ff4a8820c3d3aedeffa4caee634407e8ac5aea (patch)
treee43214327b9e3a01e05a9932f2cde44d6402e9d1 /lib/Controller/FilesIntegrationController.php
parent349e1e8d6060f227c508f927985805a63bc89efb (diff)
automated: Apply CS fix
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/FilesIntegrationController.php')
-rw-r--r--lib/Controller/FilesIntegrationController.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/Controller/FilesIntegrationController.php b/lib/Controller/FilesIntegrationController.php
index d2aa956a6..6d8419f3a 100644
--- a/lib/Controller/FilesIntegrationController.php
+++ b/lib/Controller/FilesIntegrationController.php
@@ -58,17 +58,17 @@ class FilesIntegrationController extends OCSController {
private IL10N $l;
public function __construct(
- string $appName,
- IRequest $request,
- Manager $manager,
- RoomService $roomService,
- IShareManager $shareManager,
- ISession $session,
- IUserSession $userSession,
- TalkSession $talkSession,
- Util $util,
- IConfig $config,
- IL10N $l10n
+ string $appName,
+ IRequest $request,
+ Manager $manager,
+ RoomService $roomService,
+ IShareManager $shareManager,
+ ISession $session,
+ IUserSession $userSession,
+ TalkSession $talkSession,
+ Util $util,
+ IConfig $config,
+ IL10N $l10n
) {
parent::__construct($appName, $request);
$this->manager = $manager;