aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mudrák <david@moodle.com>2017-11-16 13:40:32 +0100
committerDavid Mudrák <david@moodle.com>2017-11-16 13:45:51 +0100
commitf15141d6fd5111ebcc491b8259580a37d23356c0 (patch)
treefeba55ef651a212bb47c65a62e7e723ed4e92a6e
parent88c5965d4c24cc82480ec3c99c966eb44ad27075 (diff)
downloadAuthMinetest-f15141d6fd5111ebcc491b8259580a37d23356c0.tar.gz
AuthMinetest-f15141d6fd5111ebcc491b8259580a37d23356c0.tar.bz2
AuthMinetest-f15141d6fd5111ebcc491b8259580a37d23356c0.zip
Fix TAB indentation
-rw-r--r--MoodlePasswordPrimaryAuthenticationProvider.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/MoodlePasswordPrimaryAuthenticationProvider.php b/MoodlePasswordPrimaryAuthenticationProvider.php
index 75c9bef..1fb9891 100644
--- a/MoodlePasswordPrimaryAuthenticationProvider.php
+++ b/MoodlePasswordPrimaryAuthenticationProvider.php
@@ -165,8 +165,8 @@ class MoodlePasswordPrimaryAuthenticationProvider extends AbstractPrimaryAuthent
* @param AuthenticationResponse $response
*/
public function postAuthentication( $user, AuthenticationResponse $response ) {
- if ( $response->status !== AuthenticationResponse::PASS ) {
- return;
+ if ( $response->status !== AuthenticationResponse::PASS ) {
+ return;
}
if ( empty( $this->tokens[$user->getName()] ) ) {