Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / includes / htmlform / HTMLFormField.php
index 3f1c590..dfd18ba 100644 (file)
@@ -660,6 +660,8 @@ abstract class HTMLFormField {
 
        /**
         * Get a FieldLayout (or subclass thereof) to wrap this field in when using OOUI output.
+        * @param string $inputField
+        * @param array $config
         * @return OOUI\FieldLayout|OOUI\ActionFieldLayout
         */
        protected function getFieldLayoutOOUI( $inputField, $config ) {