N°2060 [WIP] Initialisation of the portal application: Code cleanup

This commit is contained in:
Molkobain
2019-07-11 16:44:22 +02:00
parent c8be217a1d
commit ee45e546a8

View File

@@ -881,9 +881,7 @@ class ManageBrickController extends BrickController
* @throws \OQLException
* @throws \Exception
*/
protected function GroupByAttribute(
DBSearch $oQuery, $sGroupingTabAttCode, ManageBrick $oBrick
) {
protected function GroupByAttribute(DBSearch $oQuery, $sGroupingTabAttCode, ManageBrick $oBrick) {
/** @var \Combodo\iTop\Portal\Helper\ScopeValidatorHelper $oScopeValidator */
$oScopeValidator = $this->get('scope_validator');