Skip to content

Commit 62441b9

Browse files
committed
docs: remove out of dated comments
1 parent 5e754d6 commit 62441b9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

system/Helpers/form_helper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ function set_value(string $field, $default = '', bool $htmlEscape = true)
571571
* Set Select
572572
*
573573
* Let's you set the selected value of a <select> menu via data in the POST array.
574-
* If Form Validation is active it retrieves the info from the validation class
575574
*/
576575
function set_select(string $field, string $value = '', bool $default = false): string
577576
{
@@ -608,7 +607,6 @@ function set_select(string $field, string $value = '', bool $default = false): s
608607
* Set Checkbox
609608
*
610609
* Let's you set the selected value of a checkbox via the value in the POST array.
611-
* If Form Validation is active it retrieves the info from the validation class
612610
*/
613611
function set_checkbox(string $field, string $value = '', bool $default = false): string
614612
{
@@ -646,7 +644,6 @@ function set_checkbox(string $field, string $value = '', bool $default = false):
646644
* Set Radio
647645
*
648646
* Let's you set the selected value of a radio field via info in the POST array.
649-
* If Form Validation is active it retrieves the info from the validation class
650647
*/
651648
function set_radio(string $field, string $value = '', bool $default = false): string
652649
{

0 commit comments

Comments
 (0)