Merge "Revert "Add type hint against LinkTarget""
[lhc/web/wiklou.git] / includes / password / ParameterizedPassword.php
index 187f895..954d403 100644 (file)
@@ -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 );