change FilterInterface::describeAction signature to remove the $format parameter

This commit is contained in:
2025-04-24 21:49:26 +02:00
parent 176bff0551
commit d0811c8118
113 changed files with 121 additions and 121 deletions

View File

@@ -95,7 +95,7 @@ class BirthdateFilter implements ExportElementValidatedInterface, FilterInterfac
// here, we create a simple string which will describe the action of
// the filter in the Response
public function describeAction($data, ExportGenerationContext $context, $format = 'string'): string|\Symfony\Contracts\Translation\TranslatableInterface|array
public function describeAction($data, ExportGenerationContext $context): string|\Symfony\Contracts\Translation\TranslatableInterface|array
{
return ['Filtered by person\'s birtdate: '
. 'between %date_from% and %date_to%', [