From da490739be2b8eb957aea2fa8ade3bf16fecc13b Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 7 Mar 2024 11:10:53 +0100 Subject: [PATCH] :bulb: Fix \CMDBSource::Query phpdoc block --- core/cmdbsource.class.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/cmdbsource.class.inc.php b/core/cmdbsource.class.inc.php index 07a1767d7..e65496cd0 100644 --- a/core/cmdbsource.class.inc.php +++ b/core/cmdbsource.class.inc.php @@ -674,10 +674,9 @@ class CMDBSource /** * @param string $sSQLQuery * - * @return \mysqli_result|null - * @throws \MySQLException - * @throws \MySQLHasGoneAwayException - * @throws \CoreException + * @return mysqli_result|null + * @throws MySQLException + * @throws MySQLHasGoneAwayException * * @since 2.7.0 N°679 handles nested transactions */