We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ac27 commit f2624aeCopy full SHA for f2624ae
lib/Controller/MailboxesController.php
@@ -47,7 +47,7 @@ public function __construct(
47
IMailManager $mailManager,
48
SyncService $syncService,
49
private readonly IConfig $config,
50
- private readonly ITimeFactory $timeFactory
+ private readonly ITimeFactory $timeFactory,
51
) {
52
parent::__construct($appName, $request);
53
lib/Service/AccountService.php
@@ -53,7 +53,7 @@ public function __construct(
IJobList $jobList,
54
IMAPClientFactory $imapClientFactory,
55
56
- private readonly ITimeFactory $time
+ private readonly ITimeFactory $time,
57
58
$this->mapper = $mapper;
59
$this->aliasesService = $aliasesService;
0 commit comments