Navigation Menu

Skip to content

Commit

Permalink
Correct docs for radio().
Browse files Browse the repository at this point in the history
Refs #6478
  • Loading branch information
markstory committed May 5, 2015
1 parent afb74be commit 2d8319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -1425,7 +1425,7 @@ public function checkbox($fieldName, array $options = [])
*
* @param string $fieldName Name of a field, like this "modelname.fieldname"
* @param array|\Traversable $options Radio button options array.
* @param array $attributes Array of HTML attributes, and special attributes above.
* @param array $attributes Array of attributes.
* @return string Completed radio widget set.
* @link http://book.cakephp.org/3.0/en/views/helpers/form.html#creating-radio-buttons
*/
Expand Down

0 comments on commit 2d8319c

Please sign in to comment.