From f5850ae48c2a18f0f793229f68c15c60c03d7ec9 Mon Sep 17 00:00:00 2001 From: Daycry <7590335+daycry@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:32:58 +0200 Subject: [PATCH] - Fixer --- src/Libraries/Auth/BasicAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/Auth/BasicAuth.php b/src/Libraries/Auth/BasicAuth.php index 162feab..01b62d6 100644 --- a/src/Libraries/Auth/BasicAuth.php +++ b/src/Libraries/Auth/BasicAuth.php @@ -23,7 +23,7 @@ public function validate() if ($username !== null) { // @codeCoverageIgnoreStart $password = $this->request->getServer('PHP_AUTH_PW'); - // @codeCoverageIgnoreEnd + // @codeCoverageIgnoreEnd } elseif ($http_auth !== null) { // If the authentication header is set as basic, then extract the username and password from // HTTP_AUTHORIZATION e.g. my_username:my_password. This is passed in the .htaccess file