diff --git a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php index 272aa0a2f..02b21029d 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php +++ b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php @@ -116,6 +116,7 @@ final readonly class ExportGenerator trigger_deprecation('chill-project/chill-bundles', '3.10', '%s should implements the "generate" method', FormatterInterface::class); + /* @phpstan-ignore-next-line this is a deprecated method that we must still call */ $generatedExport = $formatter->getResponse( $result, $data['formatter'],