]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/RegistrationService.php
Updated minimum php version from 7.3 to 7.4
[bookstack] / app / Auth / Access / RegistrationService.php
index 48970bd2e4c531d82a7ebbcda11c7bf7cbb39433..dcdb68bd5cd725530ab31cf69c4a6cc382ea39b6 100644 (file)
@@ -54,6 +54,7 @@ class RegistrationService
     /**
      * Attempt to find a user in the system otherwise register them as a new
      * user. For use with external auth systems since password is auto-generated.
+     *
      * @throws UserRegistrationException
      */
     public function findOrRegister(string $name, string $email, string $externalId): User