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