💡 Fix \CMDBSource::Query phpdoc block

This commit is contained in:
Pierre Goiffon
2024-03-07 11:10:53 +01:00
parent b867faa355
commit da490739be

View File

@@ -674,10 +674,9 @@ class CMDBSource
/** /**
* @param string $sSQLQuery * @param string $sSQLQuery
* *
* @return \mysqli_result|null * @return mysqli_result|null
* @throws \MySQLException * @throws MySQLException
* @throws \MySQLHasGoneAwayException * @throws MySQLHasGoneAwayException
* @throws \CoreException
* *
* @since 2.7.0 N°679 handles nested transactions * @since 2.7.0 N°679 handles nested transactions
*/ */