This commit is contained in:
Julien Fastré 2023-11-21 15:17:02 +01:00
parent 35170e1f7c
commit 992f7761bb
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -70,7 +70,7 @@ class ChildrenNumberAggregator implements AggregatorInterface
public function getLabels($key, array $values, $data)
{
return static function (int|string|null $value): string {
return static function (null|int|string $value): string {
if ('_header' === $value) {
return 'Number of children';
}