Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-07-11 01:19:22 +02:00
parent 8972271be0
commit 0d24b979c1
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlright .= '</ul></div>';
$title = $langs->trans("AccountStatement").' '.$numref.' - '.$langs->trans("BankAccount").' '.$object->getNomUrl(1, 'receipts');
print load_fiche_titre($title,$morehtmlright, '');
print load_fiche_titre($title, $morehtmlright, '');
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

View File

@ -6718,7 +6718,7 @@ abstract class CommonObject
$out = '';
$parameters=array();
$reshook=$hookmanager->executeHooks('showOptionals',$parameters,$this,$action); // Note that $action and $object may have been modified by hook
$reshook=$hookmanager->executeHooks('showOptionals', $parameters, $this, $action); // Note that $action and $object may have been modified by hook
if (empty($reshook))
{
if (is_array($extrafields->attributes[$this->table_element]['label']) && count($extrafields->attributes[$this->table_element]['label']) > 0)