Fix PHPStan comment format in ExportGenerator.php

Updated the PHPStan ignore comment to use a single asterisk for consistency with comment style. This change does not affect functionality but improves code readability and adherence to coding standards.
This commit is contained in:
Julien Fastré 2025-04-05 00:08:21 +02:00
parent d1d6a00ebf
commit 5ebb53173e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -101,7 +101,7 @@ final readonly class ExportGenerator
} }
} }
/** @phpstan-ignore-next-line the method "generate" is not yet implemented on all formatters */ /* @phpstan-ignore-next-line the method "generate" is not yet implemented on all formatters */
if (method_exists($formatter, 'generate')) { if (method_exists($formatter, 'generate')) {
return $formatter->generate( return $formatter->generate(
$result, $result,