diff --git a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php index 20b87ebe9..8f0cb040c 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php +++ b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php @@ -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')) { return $formatter->generate( $result,