Fix phpcs

This commit is contained in:
Laurent Destailleur 2023-03-18 00:33:51 +01:00
parent d8f3d8afef
commit 66643a0dc6

View File

@ -1306,8 +1306,8 @@ class Ticket extends CommonObject
'mode' => $mode,
);
// Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('LibStatut', $parameters, $this);
// Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('LibStatut', $parameters, $this);
if ($reshook > 0) {
return $hookmanager->resPrint;