@@ -87,13 +87,13 @@ |
||
| 87 | 87 | * @since 2.0 Added $template_context parameter |
| 88 | 88 | * @since 2.7.2 Added $view_id parameter |
| 89 | 89 | * |
| 90 | - * @param array|GV\Entry[] $entries |
|
| 90 | + * @param GV\Entry[] $entries |
|
| 91 | 91 | * @param int $post_id |
| 92 | 92 | * @param array $form |
| 93 | 93 | * @param string $link_format |
| 94 | 94 | * @param string $after_link |
| 95 | 95 | * @param \GV\Template_Context $template_context The context |
| 96 | - * @param int|null $view_id View to link to when displaying on a page with multiple Views |
|
| 96 | + * @param integer $view_id View to link to when displaying on a page with multiple Views |
|
| 97 | 97 | */ |
| 98 | 98 | function __construct( $entries = array(), $post_id = 0, $form = array(), $link_format = '', $after_link = '', $context = '', $template_context = null, $view_id = 0 ) { |
| 99 | 99 | $this->entries = $entries; |
@@ -176,7 +176,7 @@ |
||
| 176 | 176 | * @param array $instance Settings for the current widget |
| 177 | 177 | * @param string $form_id Form ID int, as string |
| 178 | 178 | * |
| 179 | - * @return array|GV\Entry[] $entries Multidimensional array of Gravity Forms entries or GravityView Entry objects |
|
| 179 | + * @return GV\Entry[] $entries Multidimensional array of Gravity Forms entries or GravityView Entry objects |
|
| 180 | 180 | */ |
| 181 | 181 | private function get_entries( $instance, $form_id ) { |
| 182 | 182 | |