From f8cf14cbad964dc7b5e1574b86c85e6295916c6d Mon Sep 17 00:00:00 2001 From: Timothee Date: Mon, 9 Feb 2026 14:17:35 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03124=20Add=20deprecation=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/inlineimage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index b0cb500a8..552ba2e4f 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -389,7 +389,7 @@ JS * Resize an image so that it fits the maximum width/height defined in the config file * @param ormDocument $oImage The original image stored as an array (content / mimetype / filename) * @return ormDocument The resampled image (or the original one if it already fit) - * @deprecated Replaced by ormDocument::ResizeImageToFit + * @deprecated since 3.3.0 Replaced by ormDocument::ResizeImageToFit */ public static function ResizeImageToFit(ormDocument $oImage, &$aDimensions = null) {