@@ -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 | */ |