Skip to content

Commit 650c5ed

Browse files
fix(admin-controller): align PHPDoc for signature box dimension params
Document that signatureWidth and signatureHeight have a minimum of 1, matching SIGNATURE_DIMENSION_MINIMUM enforced by SignatureTextService. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 465d754 commit 650c5ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Controller/AdminController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ public function signatureBackgroundDelete(): DataResponse {
451451
* @param string $template Template to signature text
452452
* @param float $templateFontSize Font size used when print the parsed text of this template at PDF file
453453
* @param float $signatureFontSize Font size used when the signature mode is SIGNAME_AND_DESCRIPTION
454-
* @param float $signatureWidth Signature width
455-
* @param float $signatureHeight Signature height
454+
* @param float $signatureWidth Signature box width, minimum 1
455+
* @param float $signatureHeight Signature box height, minimum 1
456456
* @param string $renderMode Signature render mode
457457
* @return DataResponse<Http::STATUS_OK, LibresignSignatureTextSettingsResponse, array{}>|DataResponse<Http::STATUS_BAD_REQUEST, LibresignErrorResponse, array{}>
458458
*

0 commit comments

Comments
 (0)