From f0a789b5160bf2289cc9f844fac375b0cbe08327 Mon Sep 17 00:00:00 2001 From: Guillaume Kulakowski Date: Tue, 19 Dec 2023 13:41:10 +0100 Subject: [PATCH] Update FlarumAuthenticationProvider.php --- src/FlarumAuthenticationProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlarumAuthenticationProvider.php b/src/FlarumAuthenticationProvider.php index 1d78a7f..dd5d5d1 100644 --- a/src/FlarumAuthenticationProvider.php +++ b/src/FlarumAuthenticationProvider.php @@ -168,7 +168,7 @@ public function testUserForCreation( $user, $autocreate, array $options = [] ) { * @param User|null $user * @param AuthenticationResponse $response */ - public function postAuthentication( $user, AuthenticationResponse $response ) : void { + public function postAuthentication( $user, AuthenticationResponse $response ): void { if ( $user && $response->status === AuthenticationResponse::PASS && $this->flarumUser->exists() && $this->flarumUser->isEmailConfirmed()