Skip to content

Commit

Permalink
chore: add missing param to docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Jun 12, 2024
1 parent a76f0c1 commit 20d7efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/EntryObjectMutation.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static function get_field_value_input( array $args, array $form, bool $is
* Generates array of field errors from the submission.
*
* @param array<int|string,string> $messages The Gravity Forms submission validation messages.
* @param int $form_id The ID of the form.
*
* @return array{message:string,id:int|string}[]
*/
Expand Down

0 comments on commit 20d7efb

Please sign in to comment.