Skip to content

Commit 055846d

Browse files
committed
FORMS-984: Applied coding standards
1 parent 9b75689 commit 055846d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Plugin/rest/resource/WebformAllFormSubmissions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ public function get(string $webform_id): ModifiedResourceResponse {
170170

171171
/**
172172
* Updates submission query with request query parameters.
173+
*
174+
* @phpstan-param array<string, mixed> $result
175+
* @phpstan-return array<string, mixed>
173176
*/
174177
private function updateSubmissionQuery(Request $request, QueryInterface $submissionQuery, string $parameter, string $operator, array &$result): array {
175178
// Handle starttime request query.

0 commit comments

Comments
 (0)