diff options
author | Glandos <bugs-github@antipoul.fr> | 2022-11-02 21:35:16 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-04-17 16:29:13 +0200 |
commit | 06a7e903830979556e6b582df0c5be648f465da1 (patch) | |
tree | 8602ea90f2c1aac0dfad91dbfd4be0be184468e3 /lib/private | |
parent | 4954bead1dc197217c068e25a8fc27e01c1a874e (diff) | |
download | nextcloud-server-06a7e903830979556e6b582df0c5be648f465da1.tar.gz nextcloud-server-06a7e903830979556e6b582df0c5be648f465da1.zip |
improve parameter doc
Signed-off-by: Glandos <bugs-github@antipoul.fr>
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/Preview/Generator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/Generator.php b/lib/private/Preview/Generator.php index 3ca84a9b6f6..f5fb46f2c49 100644 --- a/lib/private/Preview/Generator.php +++ b/lib/private/Preview/Generator.php @@ -656,7 +656,7 @@ class Generator { } /** - * @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 |