2
0
forked from Wavyzz/dolibarr

Merge pull request #23843 from FliyFly/qodanareturn

Fix (qodana)
This commit is contained in:
Laurent Destailleur
2023-02-13 18:26:03 +01:00
committed by GitHub
21 changed files with 20 additions and 21 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)
{