Skip to content

Commit 19cef4b

Browse files
refactor(rector): drop unused catch variable in SignFileService
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d56bca0 commit 19cef4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/SignFileService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ private function getEnvelopeContext(): array {
731731
$identifyMethod,
732732
$result['envelope']->getId()
733733
);
734-
} catch (DoesNotExistException $e) {
734+
} catch (DoesNotExistException) {
735735
}
736736

737737
return $result;

0 commit comments

Comments
 (0)