X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Fauth%2FPasswordDomainAuthenticationRequest.php;h=3db7e212f895dcd4fb6158374d2424bfd2b15060;hb=e9a27a78e455de664144d0c3cfc789bcc411fab2;hp=ddad54b2522e5d203c6dccce784d6bee337d5703;hpb=c0e47a90c41a7e5eeb5ce9e513ee2f63fb836dba;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/PasswordDomainAuthenticationRequest.php b/includes/auth/PasswordDomainAuthenticationRequest.php index ddad54b252..3db7e212f8 100644 --- a/includes/auth/PasswordDomainAuthenticationRequest.php +++ b/includes/auth/PasswordDomainAuthenticationRequest.php @@ -70,6 +70,8 @@ class PasswordDomainAuthenticationRequest extends PasswordAuthenticationRequest /** * @codeCoverageIgnore + * @param array $data + * @return AuthenticationRequest|static */ public static function __set_state( $data ) { $ret = new static( $data['domainList'] );