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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user