diff --git a/lib/BackgroundJob/GenerateUserSettings.php b/lib/BackgroundJob/GenerateUserSettings.php index efc37e07..9fe29fc3 100644 --- a/lib/BackgroundJob/GenerateUserSettings.php +++ b/lib/BackgroundJob/GenerateUserSettings.php @@ -29,7 +29,7 @@ public function __construct( ITimeFactory $time, IDBConnection $connection, IUserManager $userManager, - SettingsMapper $settingsMapper + SettingsMapper $settingsMapper, ) { parent::__construct($time); diff --git a/lib/MailNotifications.php b/lib/MailNotifications.php index b48d51e4..cf67369b 100644 --- a/lib/MailNotifications.php +++ b/lib/MailNotifications.php @@ -81,7 +81,7 @@ public function __construct( IFactory $l10nFactory, IDateTimeFormatter $dateTimeFormatter, ITimeFactory $timeFactory, - SettingsMapper $settingsMapper + SettingsMapper $settingsMapper, ) { $this->config = $config; $this->manager = $manager;