rector rules: apply rule with level 0

This commit is contained in:
2025-11-03 18:16:07 +01:00
parent 2ca88d786c
commit 6999919d9f
55 changed files with 98 additions and 65 deletions

View File

@@ -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);
});