Skip to content

Commit

Permalink
Merge pull request #2048 from nextcloud/dependabot/composer/nextcloud…
Browse files Browse the repository at this point in the history
…/coding-standard-1.3.1

chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.1
  • Loading branch information
nickvergessen authored Sep 23, 2024
2 parents 0a44ac6 + 01b0f6b commit dd1286c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 22 deletions.
87 changes: 67 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 dd1286c

Please sign in to comment.