From fde652705798b044c22a4aa9633b088efaa3d8dc Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 8 Jul 2026 21:48:42 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03124=20-=20Update=20PHPDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ormdocument.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ormdocument.class.inc.php b/core/ormdocument.class.inc.php index 2f3654cf75..2ca594499c 100644 --- a/core/ormdocument.class.inc.php +++ b/core/ormdocument.class.inc.php @@ -408,7 +408,7 @@ class ormDocument * @param int $iMaxImageHeight Maximum height for the resized image * @param array|null $aFinalDimensions Image dimensions after resizing or null if unable to read the image * @return ormDocument The resampled image - * + * @since 3.3.0 N°3124 */ public function ResizeImageToFit(int $iMaxWidth, int $iMaxHeight, array|null &$aFinalDimensions = null): static {