Skip to content

Commit

Permalink
fix: psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf committed Jan 24, 2025
1 parent da316cd commit f627a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Provider/TotpProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(
private ITotp $totp,
private IL10N $l10n,
private IAppContainer $container,
private IInitialState $initialStateService,
private IInitialState $initialState,
private IURLGenerator $urlGenerator,
) {
}
Expand Down

0 comments on commit f627a4e

Please sign in to comment.