Skip to content

Commit

Permalink
fix(ci): Run php-cs-fixer
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Nov 29, 2023
1 parent 5ea5809 commit aec7964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Settings/MissionSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public function __construct(
protected IRegistry $subscription,
protected ThemingDefaults $themingDefaults,
protected IInitialState $initialState,
) {}
) {
}

public function getForm(): TemplateResponse {
$this->initialState->provideInitialState(
Expand Down

0 comments on commit aec7964

Please sign in to comment.