Merge pull request #12877 from dvdwalker/develop

Typo on function description for actions_mymodule.class.php
This commit is contained in:
Laurent Destailleur 2020-01-17 14:52:51 +01:00 committed by GitHub
commit 04199f686d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ class ActionsMyModule
/**
* Overloading the doActions function : replacing the parent's function with the one below
* Overloading the doMassActions function : replacing the parent's function with the one below
*
* @param array $parameters Hook metadatas (context, etc...)
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)