Skip to content

Commit 6806dee

Browse files
committed
fix: remove return type
Was necessary because stdClass is incompatible with the specific type Signed-off-by: Vitor Mattos <[email protected]>
1 parent cb4eb62 commit 6806dee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/Service/FileService.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,6 @@ private function loadEnvelopeFiles(): void {
581581
}
582582
}
583583

584-
/**
585-
* @return LibresignEnvelopeChildFile
586-
* @psalm-return LibresignEnvelopeChildFile
587-
*/
588584
private function buildEnvelopeChildData(File $childFile): stdClass {
589585
$fileData = new stdClass();
590586
$fileData->id = $childFile->getId();

0 commit comments

Comments
 (0)