From 5ebb53173ec9f7911168545170c41ab77f467f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 5 Apr 2025 00:08:21 +0200 Subject: [PATCH] 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. --- src/Bundle/ChillMainBundle/Export/ExportGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,