mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Fix cs
This commit is contained in:
		| @@ -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'; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user