2
0
forked from Wavyzz/dolibarr

Merge pull request #25845 from frederic34/patch-10

phpdoc
This commit is contained in:
Laurent Destailleur
2023-09-08 23:04:14 +02:00
committed by GitHub

View File

@@ -1321,7 +1321,7 @@ class ActionComm extends CommonObject
* @param string $sortfield Sort on this field
* @param string $sortorder ASC or DESC
* @param string $limit Limit number of answers
* @return array|string Error string if KO, array with actions if OK
* @return ActionComm[]|string Error string if KO, array with actions if OK
*/
public function getActions($socid = 0, $fk_element = 0, $elementtype = '', $filter = '', $sortfield = 'a.datep', $sortorder = 'DESC', $limit = 0)
{