@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * |
| 91 | 91 | * @param array $fields Array of field types not editable by users |
| 92 | 92 | * |
| 93 | - * @return array |
|
| 93 | + * @return string[] |
|
| 94 | 94 | */ |
| 95 | 95 | public function _filter_sortable_fields( $fields ) { |
| 96 | 96 | |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | * |
| 109 | 109 | * @param array $file_paths List of template paths ordered |
| 110 | 110 | * |
| 111 | - * @return array File paths, with duplicate field path added at index 117 |
|
| 111 | + * @return string[] File paths, with duplicate field path added at index 117 |
|
| 112 | 112 | */ |
| 113 | 113 | public function add_template_path( $file_paths ) { |
| 114 | 114 | |
@@ -213,7 +213,6 @@ discard block |
||
| 213 | 213 | * @since 2.5 |
| 214 | 214 | * |
| 215 | 215 | * @param array $visibility_caps Array of capabilities to display in field dropdown. |
| 216 | - * @param string $field_type Type of field options to render (`field` or `widget`) |
|
| 217 | 216 | * @param string $template_id Table slug |
| 218 | 217 | * @param float|string $field_id GF Field ID - Example: `3`, `5.2`, `entry_link`, `created_by` |
| 219 | 218 | * @param string $context What context are we in? Example: `single` or `directory` |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | * |
| 74 | 74 | * @param array $allowlist Array of widgets to show before a search is performed, if the setting is enabled. |
| 75 | 75 | * |
| 76 | - * @return array |
|
| 76 | + * @return string[] |
|
| 77 | 77 | */ |
| 78 | 78 | function add_to_allowlist( $allowlist ) { |
| 79 | 79 | |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | * @uses api_request() |
| 98 | 98 | * |
| 99 | 99 | * @param array $_transient_data Update array build by WordPress. |
| 100 | - * @return array Modified update array with custom plugin data. |
|
| 100 | + * @return stdClass Modified update array with custom plugin data. |
|
| 101 | 101 | */ |
| 102 | 102 | public function check_update( $_transient_data ) { |
| 103 | 103 | |
@@ -111,7 +111,7 @@ |
||
| 111 | 111 | * @api |
| 112 | 112 | * @since |
| 113 | 113 | * |
| 114 | - * @param $view \GV\View The view! |
|
| 114 | + * @param View $view \GV\View The view! |
|
| 115 | 115 | * |
| 116 | 116 | * @return \GV\Field_Collection A filtered collection of \GV\Fields, filtered by visibility. |
| 117 | 117 | */ |
@@ -158,7 +158,7 @@ discard block |
||
| 158 | 158 | * |
| 159 | 159 | * @see add_columns_sort_links |
| 160 | 160 | * @param string $url Single-sort URL |
| 161 | - * @param array $sort_args Single sorting for rules, in [ field_id, dir ] format |
|
| 161 | + * @param string[] $sort_args Single sorting for rules, in [ field_id, dir ] format |
|
| 162 | 162 | * @param \GV\Field $field The current field |
| 163 | 163 | * |
| 164 | 164 | * @return string Multisort URL, if there are multiple sorts. Otherwise, existing $url |
@@ -369,7 +369,7 @@ discard block |
||
| 369 | 369 | * Output a field cell. |
| 370 | 370 | * |
| 371 | 371 | * @param \GV\Field $field The field to be ouput. |
| 372 | - * @param \GV\Field $entry The entry this field is for. |
|
| 372 | + * @param Entry $entry The entry this field is for. |
|
| 373 | 373 | * |
| 374 | 374 | * @return void |
| 375 | 375 | */ |