Skip to content

Commit 62236f0

Browse files
committed
fix phpstan warning
1 parent ee4f16e commit 62236f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/RevocationButtonController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public function request(Request $request, RequestDataBag $data, SalesChannelCont
156156
}
157157

158158
/**
159-
* @param array<string> $recipients
160-
* @param array<string, string> $formData
159+
* @param array<string> $recipients
160+
* @param array<string, mixed> $formData
161161
*/
162162
private function sendMail(
163163
string $technicalName,

0 commit comments

Comments
 (0)