📝 Add missing @since on \DBSearch::GetFirstResult

This commit is contained in:
Pierre Goiffon
2020-07-29 17:21:15 +02:00
parent 11d418fd49
commit 1148449bb7

View File

@@ -1112,6 +1112,8 @@ abstract class DBSearch
* @throws \CoreException
* @throws \CoreUnexpectedValue
* @throws \MySQLException
*
* @since 2.7.0 N°2555
*/
public function GetFirstResult($bMustHaveOneResultMax = true, $aOrderBy = array(), $aSearchParams = array())
{