"; } function verification_age(int $age) : string { if ($age >= 18) { return "majeur"; } else { return "mineur"; } }