@@ -266,7 +266,7 @@ |
||
266 | 266 | * |
267 | 267 | * @uses GravityView_frontend::get_search_criteria() Convert the $_POST search request into a properly formatted request. |
268 | 268 | * @access public |
269 | - * @return void|boolean |
|
269 | + * @return false|null |
|
270 | 270 | */ |
271 | 271 | public function process_bulk_action() { |
272 | 272 |
@@ -690,6 +690,7 @@ |
||
690 | 690 | * Retrieve the entries for the current view and request. |
691 | 691 | * |
692 | 692 | * @param \GV\Request The request. Usued for now. |
693 | + * @param Request $request |
|
693 | 694 | * |
694 | 695 | * @return \GV\Entry_Collection The entries. |
695 | 696 | */ |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * |
50 | 50 | * @param array $items Scripts or styles to exclude from no-conflict |
51 | 51 | * |
52 | - * @return array |
|
52 | + * @return string[] |
|
53 | 53 | */ |
54 | 54 | public function register_noconflict( $items ) { |
55 | 55 |
@@ -282,7 +282,7 @@ |
||
282 | 282 | /** |
283 | 283 | * Process edit entry form save |
284 | 284 | * |
285 | - * @param array $gv_data The View data. |
|
285 | + * @param GravityView_View_Data $gv_data The View data. |
|
286 | 286 | */ |
287 | 287 | private function process_save( $gv_data ) { |
288 | 288 |