From 89e10e75e8f51f47b66fbcebff65dbfb6d47f919 Mon Sep 17 00:00:00 2001 From: Shiva Kerdel <49479846+s-kerdel@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:48:34 +0200 Subject: [PATCH] NO-ISSUE: Resolve comment typo. --- src/Middleware/SAMLMiddleware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Middleware/SAMLMiddleware.php b/src/Middleware/SAMLMiddleware.php index 143330a..b939498 100644 --- a/src/Middleware/SAMLMiddleware.php +++ b/src/Middleware/SAMLMiddleware.php @@ -63,7 +63,7 @@ public function process(HTTPRequest $request, callable $delegate) return $delegate($request); } - // If we get this far, then the middleware is enabled, doensdoesn't match an exclusion rule, and the user is not + // If we get this far, then the middleware is enabled, doesn't match an exclusion rule, and the user is not // logged in. Therefore, we should redirect them to the identity provider to log in, and set the back URL to the // current URL for when they successfully return /** @var SAMLHelper $helper */