From 693b5936af558f51c6aa0c23fe7370da57756e2e Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Tue, 13 Jul 2021 11:21:50 -0700 Subject: [PATCH] Correct docblock comment --- src/Events/UserLogout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Events/UserLogout.php b/src/Events/UserLogout.php index d7d5fe1..916cc33 100644 --- a/src/Events/UserLogout.php +++ b/src/Events/UserLogout.php @@ -5,7 +5,7 @@ declare(strict_types=1); namespace authkit2\Events; /** - * Notification that a user has logged into the app + * Notification that a user has logged out of the app */ class UserLogout extends UserEvent {