From 9f38eec40a566d83d8e225150612a3900b4667c8 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 13 Jun 2023 11:42:28 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04106=20-=20Reword=20PHPDoc=20to=20avoid?= =?UTF-8?q?=20confusion=20as=20the=20@internal=20was=20not=20accurate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 7ed130eac..93d3d019e 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1581,10 +1581,9 @@ abstract class DBObject implements iDisplay /** * Helper to get the friendly name in a safe manner for displaying inside a web page * - * @internal * @return string * @throws \CoreException - * @since 3.0.0 N°4106 This method is now internal. It will be set final in 3.1.0 (N°4107) + * @since 3.0.0 N°4106 Method should be overloaded anymore for performances reasons. It will be set final in 3.1.0 (N°4107) * @since 3.0.0 N°580 New $sType parameter * */