fix(qodana) fix function comment wrong return

This commit is contained in:
FLIO
2023-02-08 19:09:05 +01:00
parent f1c15e1714
commit cd289ca8ac
21 changed files with 23 additions and 22 deletions

View File

@@ -77,7 +77,7 @@ class HookManager
* Then when a hook executeHooks('aMethod'...) is called, the method aMethod found into class will be executed.
*
* @param string[] $arraycontext Array list of searched hooks tab/features. For example: 'thirdpartycard' (for hook methods into page card thirdparty), 'thirdpartydao' (for hook methods into Societe), ...
* @return int Always 1
* @return int|void Always 1
*/
public function initHooks($arraycontext)
{