Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-12-15 13:46:46 +01:00
parent 6c2b8f35fb
commit cf3e556f6b

View File

@ -34,7 +34,7 @@ $var=true;
foreach($linkedObjectBlock as $key => $objectlink) foreach($linkedObjectBlock as $key => $objectlink)
{ {
$ilink++; $ilink++;
$trclass=($var?'pair':'impair'); $trclass=($var?'pair':'impair');
if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) $trclass.=' liste_sub_total'; if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) $trclass.=' liste_sub_total';
?> ?>
@ -73,7 +73,7 @@ if (count($linkedObjectBlock) > 1)
<td align="right"></td> <td align="right"></td>
<td align="right"></td> <td align="right"></td>
</tr> </tr>
<?php <?php
} }
?> ?>