Skip to content

Commit

Permalink
Merge pull request #444 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 5c02f87 + 0ee1d40 commit 1db66c9
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 21 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/Controller/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(
IRequest $request,
IProfiler $profiler,
IInitialState $initialState,
IURLGenerator $urlGenerator
IURLGenerator $urlGenerator,
) {
parent::__construct($appName, $request);
$this->profiler = $profiler;
Expand Down

0 comments on commit 1db66c9

Please sign in to comment.