X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c429cf78187e80deb63982a282a1c6889f30291a..refs/pull/3391/head:/app/Auth/Access/EmailConfirmationService.php diff --git a/app/Auth/Access/EmailConfirmationService.php b/app/Auth/Access/EmailConfirmationService.php index 3425c1e72..9c357d95f 100644 --- a/app/Auth/Access/EmailConfirmationService.php +++ b/app/Auth/Access/EmailConfirmationService.php @@ -15,8 +15,6 @@ class EmailConfirmationService extends UserTokenService * Create new confirmation for a user, * Also removes any existing old ones. * - * @param User $user - * * @throws ConfirmationEmailException */ public function sendConfirmation(User $user) @@ -33,8 +31,6 @@ class EmailConfirmationService extends UserTokenService /** * Check if confirmation is required in this instance. - * - * @return bool */ public function confirmationRequired(): bool {