| @@ -9,9 +9,8 @@ | ||
| 9 | 9 | class FrmFieldText extends FrmFieldType { |
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * @var string |
| 13 | - * | |
| 14 | 13 | * @since 3.0 |
| 15 | 14 | */ |
| 16 | 15 | protected $type = 'text'; |
| 17 | 16 | |
| @@ -16,9 +15,8 @@ | ||
| 16 | 15 | protected $type = 'text'; |
| 17 | 16 | |
| 18 | 17 | /** |
| 19 | 18 | * @var bool |
| 20 | - * | |
| 21 | 19 | * @since 3.0 |
| 22 | 20 | */ |
| 23 | 21 | protected $holds_email_values = true; |
| 24 | 22 | |
| @@ -38,11 +36,8 @@ | ||
| 38 | 36 | 'invalid' => true, |
| 39 | 37 | ); |
| 40 | 38 | } |
| 41 | 39 | |
| 42 | - /** | |
| 43 | - * @param array $args | |
| 44 | - */ | |
| 45 | 40 | public function validate( $args ) { |
| 46 | 41 | $errors = parent::validate( $args ); |
| 47 | 42 | $max_length = intval( FrmField::get_option( $this->field, 'max' ) ); |
| 48 | 43 | |