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) {