Fix phpcs

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

View File

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