Skip to content

Commit b90b987

Browse files
committed
refactor: remove redundant docs from CA getters
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b433b29 commit b90b987

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/Service/Signature/PdfSignatureValidationService.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,10 @@ private function translateKnownReason(?string $reason): ?string {
317317
};
318318
}
319319

320-
/**
321-
* Check if LibreSign CA is loaded.
322-
*/
323320
public function isLibreSignCaLoaded(): bool {
324321
return !empty($this->libresignCaCertificate);
325322
}
326323

327-
/**
328-
* Get LibreSign CA certificate (PEM format).
329-
*/
330324
public function getLibreSignCaCertificate(): string {
331325
return $this->libresignCaCertificate;
332326
}

0 commit comments

Comments
 (0)