From 2d8319c4b4c648d4ffb0ac7360a7eca5f9c7a76c Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 4 May 2015 21:35:14 -0400 Subject: [PATCH] Correct docs for radio(). Refs #6478 --- src/View/Helper/FormHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index beaff3f561c..802ca31514f 100644 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -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 */