Skip to content

Commit

Permalink
- Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
daycry committed Oct 27, 2022
1 parent a460bdb commit f5850ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Auth/BasicAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5850ae

Please # to comment.