| @@ -108,10 +108,8 @@ | ||
| 108 | 108 | * |
| 109 | 109 | * @since 4.0 |
| 110 | 110 | * |
| 111 | 111 | * @param array $args Includes 'field', 'display', and 'values'. |
| 112 | - * | |
| 113 | - * @return void | |
| 114 | 112 | */ |
| 115 | 113 | public function show_primary_options( $args ) { |
| 116 | 114 | $field = (array) $args['field']; |
| 117 | 115 | include FrmAppHelper::plugin_path() . '/classes/views/frm-fields/back-end/name/primary-options.php'; |
| @@ -164,10 +162,8 @@ | ||
| 164 | 162 | } |
| 165 | 163 | |
| 166 | 164 | /** |
| 167 | 165 | * @since 4.0.04 |
| 168 | - * | |
| 169 | - * @return void | |
| 170 | 166 | */ |
| 171 | 167 | public function sanitize_value( &$value ) { |
| 172 | 168 | FrmAppHelper::sanitize_value( 'sanitize_text_field', $value ); |
| 173 | 169 | } |
| @@ -199,10 +195,8 @@ | ||
| 199 | 195 | * @type array $shortcode_atts Shortcode attributes. |
| 200 | 196 | * @type array $errors Field errors. |
| 201 | 197 | * @type bool $remove_names Remove name attribute or not. |
| 202 | 198 | * } |
| 203 | - * | |
| 204 | - * @return void | |
| 205 | 199 | */ |
| 206 | 200 | protected function process_args_for_field_output( &$args ) { |
| 207 | 201 | parent::process_args_for_field_output( $args ); |
| 208 | 202 | |