Skip to content

Commit 3c40c70

Browse files
committed
fix: align response type aliases with policy payloads
Signed-off-by: Vitor Mattos <[email protected]>
1 parent c85788b commit 3c40c70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ResponseDefinitions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
* isDefault: bool,
346346
* preview_width: int,
347347
* preview_height: int,
348+
* preview_zoom: int,
348349
* }
349350
* @psalm-type LibresignActiveSigningItem = array{
350351
* id: int,
@@ -360,7 +361,7 @@
360361
*
361362
* Validation and progress contracts
362363
*
363-
* @psalm-type LibresignEffectivePolicyValue = null|bool|int|float|string
364+
* @psalm-type LibresignEffectivePolicyValue = null|bool|int|float|string|array<array-key, mixed>
364365
* @psalm-type LibresignEffectivePolicyState = array{
365366
* policyKey: string,
366367
* effectiveValue: LibresignEffectivePolicyValue,

0 commit comments

Comments
 (0)