diff options
Diffstat (limited to 'lib/private/preview.php')
-rw-r--r-- | lib/private/preview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/preview.php b/lib/private/preview.php index 24a9082b176..b2accdfd00f 100644 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -531,7 +531,7 @@ class Preview { * @param string $name * @return bool */ - private function thumbnailSizeExists($allThumbnails, $name) { + private function thumbnailSizeExists(array $allThumbnails, $name) { foreach ($allThumbnails as $thumbnail) { if ($name === $thumbnail->getName()) { |