Skip to content

Commit

Permalink
another fix for FormsForm
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
  • Loading branch information
tpokorra committed Jan 21, 2025
1 parent fc22217 commit 5ddda45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ResponseDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
* shares: list<FormsShare>,
* submissionCount?: int,
* submissionMessage: ?string,
* answers?: list<FormsAnswer>,
* answers?: non-empty-array<array-key, mixed>,
* newSubmission?: bool,
* submissionId?: int,
* }
Expand Down

0 comments on commit 5ddda45

Please sign in to comment.