Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve parameter doc
Signed-off-by: Glandos <[email protected]>
  • Loading branch information
Glandos authored and Glandos committed Nov 3, 2022
commit 690648df3b2cfeb2c000b980e055c1672948d475
2 changes: 1 addition & 1 deletion lib/private/Preview/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ private function generatePreview(ISimpleFolder $previewFolder, IImage $maxPrevie
}

/**
* @param array $files Array of FileInfo, as the result of getDirectoryListing()
* @param ISimpleFile[] $files Array of FileInfo, as the result of getDirectoryListing()
* @param int $width
* @param int $height
* @param bool $crop
Expand Down