diff options
author | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
---|---|---|
committer | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
commit | cadcef85a218595b5999442d669086bdb5628947 (patch) | |
tree | 7c78989d1c645ffd056b182ce0b153ce30d71ada /system/helpers | |
parent | 6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff) |
Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/form_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 3e1039525..dfb9ae2d2 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -568,7 +568,7 @@ if ( ! function_exists('form_label')) * * @param string The text to appear onscreen * @param string The id the label applies to - * @param string Additional attributes + * @param array Additional attributes * @return string */ function form_label($label_text = '', $id = '', $attributes = array()) |