Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-04-03 12:33:24 +02:00
parent 379f9f2d53
commit 993920628b

View File

@ -719,7 +719,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
// Fields from hook
$parameters=array( 'objp'=>$objp);
$reshook=$hookmanager->executeHooks('printFieldListValue',$parameters); // Note that $action and $object may have been modified by hook
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '</tr>';