X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAbstractPreAuthenticationProvider.php;h=d997dbbc853c97a15745115d17dc59b32e1e962f;hb=bc12345f4bb7893030c31e1133abc4b20153f59b;hp=48a9c88c9d8141b11aa63ea49ce6f1e7e8cde630;hpb=633c0da23af1cdb16f8edb6252f1c1138422162c;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(); }