Skip to content

Commit

Permalink
style(cs): Apply 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 1cca644 commit 0ee1d40
Showing 1 changed file with 1 addition and 1 deletion.
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 0ee1d40

Please sign in to comment.