]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/EmailConfirmationService.php
fix(503): massively simplify the 503 error view
[bookstack] / app / Auth / Access / EmailConfirmationService.php
index 3425c1e720de0416f066018f436e15c9c06eae54..9c357d95f955f8dfde8227bd3c4525fd056d5d21 100644 (file)
@@ -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
     {