diff --git a/src/Auth.php b/src/Auth.php index f1209fa..5a6904c 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -441,7 +441,7 @@ final class Auth extends UserManager { } /** - * Logs out the user and destroys all session data + * Logs the user out and destroys all session data * * @throws AuthError if an internal problem occurred (do *not* catch) */ diff --git a/tests/index.php b/tests/index.php index c90ec1f..a83e9da 100644 --- a/tests/index.php +++ b/tests/index.php @@ -661,7 +661,7 @@ function showAuthenticatedUserForm(\Delight\Auth\Auth $auth) { echo '
'; }