Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 21, 2024
1 parent 1d1f822 commit 538c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/tva/quadri_detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
$subtot_paye_total_ht = 0;
$subtot_paye_vat = 0;

if (is_array($x_both[$rate]['paye']['detail'])) {
if (is_array($x_both[$rate]['paye']['detail'])) { // @phpstan-ignore-line
print "<tr>";
print '<td class="tax_rate" colspan="' . ($span + 1) . '">';
print $langs->trans('Rate') . ' : ' . vatrate($rate) . '%';
Expand Down

0 comments on commit 538c10f

Please sign in to comment.