fix cs with php-cs-fixer 3.49

This commit is contained in:
2024-02-07 15:38:56 +01:00
parent 86613a9be9
commit 4bbad4fc61
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ final readonly class ByClosingMotiveAggregator implements AggregatorInterface
public function getLabels($key, array $values, mixed $data)
{
return function (null|int|string $value): string {
return function (int|string|null $value): string {
if ('_header' === $value) {
return 'export.aggregator.step_history.by_closing_motive.header';
}