diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php index f4d22b8e6..f7ae26dca 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php @@ -59,7 +59,7 @@ final readonly class GenderAggregator implements AggregatorInterface return $this->translator->trans('Gender'); } - if (null === $gender = $this-repository->find((int) $value)) { + if (null === $gender = $this->repository->find((int) $value)) { return ''; }