X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fpassword%2FParameterizedPassword.php;h=954d403bf8c18fa17935b730bcc3d1bf1e69150c;hb=1cce2f77cd430bd783057850a93c911bba8d378e;hp=187f8954213d626f75a4e3f213773bc9b2d49c4d;hpb=a5aa9f0b95bad2e1a5f1cefdbe11372e9748257c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/password/ParameterizedPassword.php b/includes/password/ParameterizedPassword.php index 187f895421..954d403bf8 100644 --- a/includes/password/ParameterizedPassword.php +++ b/includes/password/ParameterizedPassword.php @@ -40,14 +40,14 @@ abstract class ParameterizedPassword extends Password { * Named parameters that have default values for this password type * @var array */ - protected $params = array(); + protected $params = []; /** * Extra arguments that were found in the hash. This may or may not make * the hash invalid. * @var array */ - protected $args = array(); + protected $args = []; protected function parseHash( $hash ) { parent::parseHash( $hash );