mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-30 16:58:41 +00:00 
			
		
		
		
	php cs fix
This commit is contained in:
		| @@ -57,7 +57,7 @@ final class PickCenterType extends AbstractType | ||||
|             $export->requiredRole() | ||||
|         ); | ||||
|  | ||||
|         $centersActive = array_filter($centers, fn(Center $c) => $c->getIsActive()); | ||||
|         $centersActive = array_filter($centers, fn (Center $c) => $c->getIsActive()); | ||||
|  | ||||
|         // order alphabetically | ||||
|         usort($centersActive, fn (Center $a, Center $b) => $a->getCenter() <=> $b->getName()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user