Skip to content

Commit 0199c47

Browse files
committed
fix: psalm issue
Signed-off-by: Vitor Mattos <[email protected]>
1 parent aea6688 commit 0199c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/File/FileListService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ public function formatFileWithChildren(File $mainEntity, array $childFiles, ?IUs
442442
* Format child files for response
443443
*
444444
* @param File[] $files
445-
* @return list<LibresignFileListItem>
445+
* @return LibresignFileListItem[]
446446
*/
447447
private function formatChildFilesResponse(array $files): array {
448448
/** @var LibresignFileListItem */

0 commit comments

Comments
 (0)