@@ -795,6 +795,7 @@ |
||
| 795 | 795 | * Retrieve the entries for the current view and request. |
| 796 | 796 | * |
| 797 | 797 | * @param \GV\Request The request. Unused for now. |
| 798 | + * @param Request $request |
|
| 798 | 799 | * |
| 799 | 800 | * @return \GV\Entry_Collection The entries. |
| 800 | 801 | */ |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | |
| 75 | 75 | /** |
| 76 | 76 | * Render the page size widget |
| 77 | - * |
|
| 77 | + * |
|
| 78 | 78 | * @param array $widget_args The Widget shortcode args. |
| 79 | 79 | * @param string $content The content. |
| 80 | 80 | * @param string|\GV\Template_Context $context The context, if available. |