@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | * |
266 | 266 | * @uses GravityView_frontend::get_search_criteria() Convert the $_POST search request into a properly formatted request. |
267 | 267 | * @access public |
268 | - * @return void|boolean |
|
268 | + * @return false|null |
|
269 | 269 | */ |
270 | 270 | public function process_bulk_action() { |
271 | 271 | |
@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | * @since 1.18 Moved to GravityView_Entry_Approval::get_approved_column |
363 | 363 | * @see GravityView_Entry_Approval::get_approved_column |
364 | 364 | * |
365 | - * @param mixed $form GF Form or Form ID |
|
365 | + * @param integer $form GF Form or Form ID |
|
366 | 366 | * @return false|null|string Returns the input ID of the approved field. Returns NULL if no approved fields were found. Returns false if $form_id wasn't set. |
367 | 367 | */ |
368 | 368 | static public function get_approved_column( $form ) { |
@@ -324,7 +324,7 @@ discard block |
||
324 | 324 | * @param int $entry_id ID of the Gravity Forms entry |
325 | 325 | * @param string $status String whether entry is approved or not. `0` for not approved, `Approved` for approved. |
326 | 326 | * @param int $form_id ID of the form of the entry being updated. Improves query performance. |
327 | - * @param string $approvedcolumn Gravity Forms Field ID |
|
327 | + * @param integer $approvedcolumn Gravity Forms Field ID |
|
328 | 328 | * |
329 | 329 | * @return true|WP_Error |
330 | 330 | */ |
@@ -416,7 +416,7 @@ discard block |
||
416 | 416 | * @access public |
417 | 417 | * @static |
418 | 418 | * @param mixed $form GF Form or Form ID |
419 | - * @return false|null|string Returns the input ID of the approved field. Returns NULL if no approved fields were found. Returns false if $form_id wasn't set. |
|
419 | + * @return integer Returns the input ID of the approved field. Returns NULL if no approved fields were found. Returns false if $form_id wasn't set. |
|
420 | 420 | */ |
421 | 421 | static public function get_approved_column( $form ) { |
422 | 422 |