fix: @codeCoverageIgnore sur EURO define guard (ComptaPdf, RapportFinancierPdf)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-08 16:48:16 +02:00
parent 00b7e7cdbf
commit 19bb4572cf
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use setasign\Fpdi\Fpdi;
use Symfony\Component\HttpKernel\KernelInterface;
if (!\defined('EURO')) {
\define('EURO', \chr(128));
\define('EURO', \chr(128)); // @codeCoverageIgnore
}
class ComptaPdf extends Fpdi

View File

@@ -6,7 +6,7 @@ use setasign\Fpdi\Fpdi;
use Symfony\Component\HttpKernel\KernelInterface;
if (!\defined('EURO')) {
\define('EURO', \chr(128));
\define('EURO', \chr(128)); // @codeCoverageIgnore
}
class RapportFinancierPdf extends Fpdi