PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.11
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.11
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmFieldOption.php +3 -3 6.46.11 View file →
@@ -8,9 +8,9 @@
8 8 */
9 9 class FrmFieldOption {
10 10
11 11 /**
12 - * @var string|int
12 + * @var int|string
13 13 *
14 14 * @since 2.03.05
15 15 */
16 16 protected $option_key;
@@ -15,9 +15,9 @@
15 15 */
16 16 protected $option_key;
17 17
18 18 /**
19 - * @var string|array
19 + * @var array|string
20 20 *
21 21 * @since 2.03.05
22 22 */
23 23 protected $option;
@@ -72,9 +72,9 @@
72 72 *
73 73 * @since 2.03.05
74 74 *
75 75 * @param string $selected_value
76 - * @param int $truncate
76 + * @param int $truncate
77 77 *
78 78 * @return void
79 79 */
80 80 public function print_single_option( $selected_value, $truncate ) {