$adresseResult, "city" => $cityResult ]; } public static function GetSexeLabel(string $sexeKey){ return $sexeKey === 'f' ? 'Mme' : 'Mr'; } }