From d6798470e78e1111f943c81e5aebcf8554527f5e Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 21 Jun 2022 12:15:04 +0200 Subject: [PATCH] =?UTF-8?q?:bulb:=20N=C2=B05248=20\cmdbAbstractObject::Dis?= =?UTF-8?q?playBareHeader=20phpdoc=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cmdbabstract.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index 16e2517b8c..e9cb2a38ad 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -344,7 +344,7 @@ JS * @param \WebPage $oPage warning, since 3.0.0 this parameter was kept for compatibility reason. You shouldn't write directly on the page ! * When writing to the page, markup will be put above the real header of the panel. * To insert something IN the panel, we now need to add UIBlocks in either the "subtitle" or "toolbar" sections of the array that will be returned. - * @param bool $bEditMode Deprecated parameter in iTop 3.0.0, use {@see static::$sDisplayMode} and ENUM_DISPLAY_MODE_* constants instead + * @param bool $bEditMode Deprecated parameter in iTop 3.0.0, use {@see GetDisplayMode()} and ENUM_DISPLAY_MODE_* constants instead * * @return array{ * subtitle: \Combodo\iTop\Application\UI\Base\UIBlock[],