Skip to content

Commit 8cb5e30

Browse files
committed
fix: add changes after backport
Signed-off-by: Vitor Mattos <[email protected]>
1 parent b3c3b72 commit 8cb5e30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ResponseDefinitions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* email?: string,
2929
* account?: string,
3030
* },
31+
* signingOrder?: non-negative-int,
3132
* }
3233
* @psalm-type LibresignNewFile = array{
3334
* base64?: string,
@@ -172,6 +173,7 @@
172173
* hash_algorithm?: string,
173174
* me: bool,
174175
* signRequestId: non-negative-int,
176+
* signingOrder?: non-negative-int,
175177
* identifyMethods?: LibresignIdentifyMethod[],
176178
* visibleElements?: LibresignVisibleElement[],
177179
* signatureMethods?: LibresignSignatureMethods,

0 commit comments

Comments
 (0)