Skip to content

Commit

Permalink
minor #331 [ci] php-cs-fixer it up
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow authored Aug 31, 2024
1 parent 13b3466 commit 85e59bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ResetPasswordController extends AbstractController

public function __construct(
private ResetPasswordHelperInterface $resetPasswordHelper,
private EntityManagerInterface $entityManager
private EntityManagerInterface $entityManager,
) {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function createResetPasswordRequest(
object $user,
\DateTimeInterface $expiresAt,
string $selector,
string $hashedToken
string $hashedToken,
): ResetPasswordRequestInterface {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function createResetPasswordRequest(
object $user,
\DateTimeInterface $expiresAt,
string $selector,
string $hashedToken
string $hashedToken,
): ResetPasswordRequestInterface {
}
};
Expand Down

0 comments on commit 85e59bb

Please sign in to comment.