Fix TAB indentation

This commit is contained in:
David Mudrák 2017-11-16 13:40:32 +01:00
parent 88c5965d4c
commit f15141d6fd

@ -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()] ) ) {