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 c4b7776 commit 435f4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Settings/MissionSettings.php
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 435f4a2

Please sign in to comment.