From 79d6cadfde62799a5162800d505ce12674cdfd84 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 13 Jun 2023 22:34:33 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04106=20-=20Fix=20typo=20in=20the=20PHPDo?= =?UTF-8?q?c=20thanks=20to=20@piRGoif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 9612a294e..c5887b13d 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1658,7 +1658,7 @@ abstract class DBObject implements iDisplay * * @return string * @throws \CoreException - * @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°4106 Method should not 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 * */