Skip to content

Commit 821b53d

Browse files
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent c476cae commit 821b53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/RequestSignatureService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ public function unassociateToUser(int $fileId, int $signRequestId): void {
506506
private function dispatchCancellationEventIfNeeded(
507507
SignRequestEntity $signRequest,
508508
int $fileId,
509-
array $groupedIdentifyMethods
509+
array $groupedIdentifyMethods,
510510
): void {
511511
if ($signRequest->getStatus() !== \OCA\Libresign\Enum\SignRequestStatus::ABLE_TO_SIGN->value) {
512512
return;

0 commit comments

Comments
 (0)