X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAbstractPreAuthenticationProvider.php;h=d997dbbc853c97a15745115d17dc59b32e1e962f;hb=0770f85a0a293e6c7af6f1d3d3a1dbd2d13c1e09;hp=48a9c88c9d8141b11aa63ea49ce6f1e7e8cde630;hpb=7e5bc17371e28df94da10cc33a7608c526fc372d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AbstractPreAuthenticationProvider.php b/includes/auth/AbstractPreAuthenticationProvider.php index 48a9c88c9d..d997dbbc85 100644 --- a/includes/auth/AbstractPreAuthenticationProvider.php +++ b/includes/auth/AbstractPreAuthenticationProvider.php @@ -45,7 +45,7 @@ abstract class AbstractPreAuthenticationProvider extends AbstractAuthenticationP return \StatusValue::newGood(); } - public function testUserForCreation( $user, $autocreate ) { + public function testUserForCreation( $user, $autocreate, array $options = [] ) { return \StatusValue::newGood(); }