Skip to content

Commit

Permalink
fix(cs): Auto fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 23, 2024
1 parent d4852c0 commit 01b0f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/BackgroundJob/GenerateUserSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
ITimeFactory $time,
IDBConnection $connection,
IUserManager $userManager,
SettingsMapper $settingsMapper
SettingsMapper $settingsMapper,
) {
parent::__construct($time);

Expand Down
2 changes: 1 addition & 1 deletion lib/MailNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function __construct(
IFactory $l10nFactory,
IDateTimeFormatter $dateTimeFormatter,
ITimeFactory $timeFactory,
SettingsMapper $settingsMapper
SettingsMapper $settingsMapper,
) {
$this->config = $config;
$this->manager = $manager;
Expand Down

0 comments on commit 01b0f6b

Please sign in to comment.