mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-03 12:39:42 +00:00
rector rules: apply rule with level 0
This commit is contained in:
@@ -51,7 +51,7 @@ final readonly class PdfSignedMessageHandler
|
||||
throw new \RuntimeException('no stored object found');
|
||||
}
|
||||
|
||||
$this->entityManager->wrapInTransaction(function () use ($storedObject, $message, $signature) {
|
||||
$this->entityManager->wrapInTransaction(function () use ($storedObject, $message, $signature): void {
|
||||
$this->storedObjectManager->write($storedObject, $message->content);
|
||||
$this->signatureStepStateChanger->markSignatureAsSigned($signature, $message->signatureZoneIndex);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user