@@ -281,6 +281,7 @@ |
||
281 | 281 | * @param string|array $where |
282 | 282 | * @param string $order_by |
283 | 283 | * @param string $limit |
284 | + * @param boolean $unique |
|
284 | 285 | */ |
285 | 286 | private static function get_ids_query( $where, $order_by, $limit, $unique, $args, array &$query ) { |
286 | 287 | global $wpdb; |
@@ -31,6 +31,10 @@ |
||
31 | 31 | */ |
32 | 32 | protected $option_label = ''; |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $option_key |
|
36 | + * @param string $option |
|
37 | + */ |
|
34 | 38 | public function __construct( $option_key, $option, $args = array() ) { |
35 | 39 | $this->option_key = $option_key; |
36 | 40 | $this->option = $option; |
@@ -75,7 +75,7 @@ |
||
75 | 75 | /** |
76 | 76 | * FrmFieldValueSelector constructor |
77 | 77 | * |
78 | - * @param int|string $field_id |
|
78 | + * @param integer $field_id |
|
79 | 79 | */ |
80 | 80 | public function __construct( $field_id, $args ) { |
81 | 81 | $this->set_html_name( $args ); |