Skip to content

Commit

Permalink
Clarify doc block.
Browse files Browse the repository at this point in the history
Previously allInputs() and inputs() were confusingly similar.
  • Loading branch information
markstory committed Aug 27, 2014
1 parent a179be4 commit 0d518a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -780,7 +780,7 @@ public function allInputs(array $fields = [], array $options = []) {
}

/**
* Generate a set of inputs for `$fields`
* Generate a set of inputs for `$fields` wrapped in a fieldset element.
*
* You can customize individual inputs through `$fields`.
* {{{
Expand Down

0 comments on commit 0d518a1

Please sign in to comment.