Decrease the number of 'function says it should return something' errors
[lhc/web/wiklou.git] / includes / password / BcryptPassword.php
index dd806e2..f811e3f 100644 (file)
@@ -30,9 +30,9 @@
  */
 class BcryptPassword extends ParameterizedPassword {
        protected function getDefaultParams() {
-               return array(
+               return [
                        'rounds' => $this->config['cost'],
-               );
+               ];
        }
 
        protected function getDelimiter() {