diff --git a/core/dbsearch.class.php b/core/dbsearch.class.php index 46f92416d..ddee5b9f4 100644 --- a/core/dbsearch.class.php +++ b/core/dbsearch.class.php @@ -1136,21 +1136,22 @@ abstract class DBSearch */ protected abstract function SetDataFiltered(); - /** - * @internal - * - * @param $aOrderBy - * @param $aArgs - * @param $aAttToLoad - * @param $aExtendedDataSpec - * @param $iLimitCount - * @param $iLimitStart - * @param $bGetCount - * @param null $aGroupByExpr - * @param null $aSelectExpr - * - * @return mixed - */ + /** + * @param $aOrderBy + * @param $aArgs + * @param $aAttToLoad + * @param $aExtendedDataSpec + * @param $iLimitCount + * @param $iLimitStart + * @param $bGetCount + * @param null $aGroupByExpr + * @param null $aSelectExpr + * + * @return SQLObjectQuery + * @throws \CoreException + * @internal + * + */ protected function GetSQLQuery($aOrderBy, $aArgs, $aAttToLoad, $aExtendedDataSpec, $iLimitCount, $iLimitStart, $bGetCount, $aGroupByExpr = null, $aSelectExpr = null) { $oSearch = $this;