N°3653 - Remove parameter for \DBObjectSearch::GetQueryParams

This commit is contained in:
Anne-Cath
2025-08-01 10:05:23 +02:00
parent d3e450c54e
commit 7b95d65f60
3 changed files with 30 additions and 35 deletions

View File

@@ -533,11 +533,9 @@ abstract class DBSearch
/**
* @internal
*
* @param bool $bExcludeMagicParams
*
* @return mixed
*/
abstract public function GetQueryParams($bExcludeMagicParams = true);
abstract public function GetQueryParams();
/**
* @internal