From 09a19dd6b42f6b0f15d8a57d9e0a531242ddc006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 27 Oct 2024 00:36:24 +0200 Subject: [PATCH] fix phpstan (#31577) --- htdocs/viewimage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php index 39dfa719237..d6a21dc5a30 100644 --- a/htdocs/viewimage.php +++ b/htdocs/viewimage.php @@ -122,8 +122,8 @@ if (is_numeric($entity)) { * @param string $target Target to use on links * @param int $disablejs More content into html header * @param int $disablehead More content into html header - * @param array|string $arrayofjs Array of complementary js files - * @param array|string $arrayofcss Array of complementary css files + * @param string[]|string $arrayofjs Array of complementary js files + * @param string[]|string $arrayofcss Array of complementary css files * @param string $morequerystring Query string to add to the link "print" to get same parameters (use only if autodetect fails) * @param string $morecssonbody More CSS on body tag. For example 'classforhorizontalscrolloftabs'. * @param string $replacemainareaby Replace call to main_area() by a print of this string