diff options
author | Andrey Andreev <narf@devilix.net> | 2017-05-25 10:55:11 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-05-25 10:55:11 +0200 |
commit | 26ba694fb2aca751e8fa18e7c73f2c5e0c1c13ab (patch) | |
tree | b008e5ae3bc4431b107d62afcfbd4850f617dce4 /system/helpers | |
parent | 904a28b41dab825eea4d1a9258aec2ea99b9a9d6 (diff) |
[ci skip] Doc changes following PR #5130
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 75c6e5d47..13f196318 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -597,7 +597,7 @@ if ( ! function_exists('form_label')) * * @param string The text to appear onscreen * @param string The id the label applies to - * @param array Additional attributes + * @param mixed Additional attributes * @return string */ function form_label($label_text = '', $id = '', $attributes = array()) |