Completed
Pull Request — develop (#1487)
by Gennady
07:46
created
future/includes/class-gv-collection-field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
future/includes/class-gv-template-view-table.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.