@@ -59,7 +59,6 @@ |
||
| 59 | 59 | * |
| 60 | 60 | * @param string $output HTML value output |
| 61 | 61 | * @param array $entry The GF entry array |
| 62 | - * @param array $field_settings Settings for the particular GV field |
|
| 63 | 62 | * @param array $field Field array, as fetched from GravityView_View::getCurrentField() |
| 64 | 63 | * |
| 65 | 64 | * @return string The field setting label for the current status. Uses defaults, if not configured. |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | * @param int $entry_id ID of the Gravity Forms entry |
| 372 | 372 | * @param string $status String whether entry is approved or not. `0` for not approved, `Approved` for approved. |
| 373 | 373 | * @param int $form_id ID of the form of the entry being updated. Improves query performance. |
| 374 | - * @param string $approvedcolumn Gravity Forms Field ID |
|
| 374 | + * @param integer $approvedcolumn Gravity Forms Field ID |
|
| 375 | 375 | * |
| 376 | 376 | * @return true|WP_Error |
| 377 | 377 | */ |
@@ -422,7 +422,7 @@ discard block |
||
| 422 | 422 | * |
| 423 | 423 | * When approving a field via the entry meta, we |
| 424 | 424 | * |
| 425 | - * @param array|int $form Form ID or form array |
|
| 425 | + * @param integer $form Form ID or form array |
|
| 426 | 426 | * @param string $approved_column Approved column field ID |
| 427 | 427 | * |
| 428 | 428 | * @return string|null |