1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-04 15:17:28 +02:00

Improve language

This commit is contained in:
Marco
2017-02-15 16:39:17 +01:00
parent 09fabd4c91
commit d4fe11b844

View File

@@ -151,9 +151,9 @@ class Auth {
/**
* Attempts to sign up a user
*
* If you want accounts to be activated by default, pass `null` as the callback
* If you want the user's account to be activated by default, pass `null` as the callback
*
* If you want to perform email verification, pass an anonymous function as the callback
* If you want to make the user verify their email address first, pass an anonymous function as the callback
*
* The callback function must have the following signature:
*