You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Controller/RequestSignatureController.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public function __construct(
67
67
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files). Each file supports nodeId, url, base64 or path.
68
68
* @param string|null $callback URL that will receive a POST after the document is signed
69
69
* @param integer|null $status Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
70
-
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration
70
+
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution.
* @param LibresignVisibleElement[]|null $visibleElements Visible elements on document
134
134
* @param LibresignNewFile|array<empty>|null $file File object. Supports nodeId, url, base64 or path when creating a new request.
135
135
* @param integer|null $status Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
136
-
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses global configuration
136
+
* @param string|null $signatureFlow Signature flow mode: 'parallel' or 'ordered_numeric'. If not provided, uses the effective policy resolution.
137
137
* @param string|null $name The name of file to sign
138
138
* @param LibresignFolderSettings $settings Settings to define how and where the file should be stored
139
139
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files). Each file supports nodeId, url, base64 or path.
0 commit comments