Merge "Make it show email as required if you choose to email a random password."
[lhc/web/wiklou.git] / tests / phpunit / languages / LanguageLvTest.php
index 3ff9589..368ac8c 100644 (file)
@@ -19,7 +19,7 @@ class LanguageLvTest extends LanguageClassesTestCase {
        }
 
        public static function providePlural() {
-               return array (
+               return array(
                        array( 'zero', 0 ),
                        array( 'one', 1 ),
                        array( 'other', 11 ),