Navigation Menu

Skip to content

Commit

Permalink
Remove option that no longer works.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 26, 2014
1 parent 9b68771 commit 378a106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -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).
Expand Down

0 comments on commit 378a106

Please sign in to comment.