diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index 52427f512b7..2c44d7f93bc 100755 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -822,7 +822,6 @@ public function inputs($fields = null, $blacklist = null, $options = array()) { * * - `type` - Force the type of widget you want. e.g. `type => 'select'` * - `label` - Either a string label, or an array of options for the label. See FormHelper::label(). - * - `div` - Either `false` to disable the div, or an array of options for the div. * - `options` - For widgets that take options e.g. radio, select. * - `error` - Control the error message that is produced. Set to `false` to disable any kind of error reporting (field * error and error messages).