Skip to content

Commit 1c11ebe

Browse files
committed
Updated doc blocks
1 parent 99a2aff commit 1c11ebe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

includes/class-form-entry.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ public function get_payment_data() {
425425
/**
426426
* Get Form from entry id.
427427
*
428-
* @param int $entry_id The entry id.
428+
* @param int $entry_id The entry id.
429+
* @global object $wpdb The Wordpress database object.
429430
*
430431
* @return object The form object.
431432
*/
@@ -438,7 +439,8 @@ public static function get_form( $entry_id ) {
438439
/**
439440
* Get form id from entry id.
440441
*
441-
* @param int $entry_id The entry id.
442+
* @param int $entry_id The entry id.
443+
* @global object $wpdb The Wordpress database object.
442444
*
443445
* @return int The form id.
444446
*/

0 commit comments

Comments
 (0)