From 5e4d4fd07258ba491c0b048a82a576a91cfb8f82 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 18 Sep 2017 15:53:59 +0200 Subject: [PATCH] Improve language --- src/Auth.php | 2 +- tests/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 '
'; echo ''; - echo ''; + echo ''; echo '
'; }