Convert all array() syntax to []
[lhc/web/wiklou.git] / tests / phpunit / includes / password / BcryptPasswordTest.php
index d90567f..46ba46c 100644 (file)
@@ -5,10 +5,10 @@
  */
 class BcryptPasswordTestCase extends PasswordTestCase {
        protected function getTypeConfigs() {
-               return array( 'bcrypt' => array(
+               return [ 'bcrypt' => [
                        'class' => 'BcryptPassword',
                        'cost' => 9,
-               ) );
+               ] ];
        }
 
        public static function providePasswordTests() {