We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d814c commit c084c15Copy full SHA for c084c15
1 file changed
lib/Service/FileService.php
@@ -50,6 +50,8 @@
50
51
/**
52
* @psalm-import-type LibresignValidatedFile from ResponseDefinitions
53
+ * @psalm-import-type LibresignSignerDetail from ResponseDefinitions
54
+ * @psalm-import-type LibresignSignerSummary from ResponseDefinitions
55
*/
56
class FileService {
57
@@ -626,8 +628,8 @@ private function syncSingleFileCollection(): void {
626
628
}
627
629
630
- * @param array<int, array<string, mixed>|object> $signers
- * @return array<int, array<string, mixed>>
631
+ * @param list<LibresignSignerDetail> $signers
632
+ * @return list<LibresignSignerSummary>
633
634
private function mapSignerDetailsToSummary(array $signers): array {
635
return array_map(static function ($signer): array {
0 commit comments