diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:39 +0200 |
commit | e13fa9fdb3f2e311bd7331e49b26889f24bc81cb (patch) | |
tree | eabe2f0059ff64915dee36d3e2faa94a4ad5e612 /system/helpers | |
parent | 45520a5a0b57490e1c8c5e031bce61e0dc4851e5 (diff) |
Merge pull request #4638 from kasimtan/phpdoc_fixes
[ci skip] 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..8825ecc2c 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()) |