Skip to content

Commit f68767a

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent ba1931d commit f68767a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Helper/ValidateHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ public function validateElementSignRequestId(array $element, int $type): void {
234234
}
235235

236236
$getter = array_key_exists('signRequestId', $element)
237-
? fn() => $this->signRequestMapper->getById($element['signRequestId'])
238-
: fn() => $this->signRequestMapper->getByUuid($element['uuid']);
237+
? fn () => $this->signRequestMapper->getById($element['signRequestId'])
238+
: fn () => $this->signRequestMapper->getByUuid($element['uuid']);
239239

240240
try {
241241
$getter();

0 commit comments

Comments
 (0)