Merge "Try to fix some other broken-looking legacy maintenance script options"
[lhc/web/wiklou.git] / includes / specials / SpecialUnlockdb.php
index b73e3c5..9214c23 100644 (file)
@@ -49,12 +49,12 @@ class SpecialUnlockdb extends FormSpecialPage {
        }
 
        protected function getFormFields() {
-               return array(
-                       'Confirm' => array(
+               return [
+                       'Confirm' => [
                                'type' => 'toggle',
                                'label-message' => 'unlockconfirm',
-                       ),
-               );
+                       ],
+               ];
        }
 
        protected function alterForm( HTMLForm $form ) {