From d4979e26305ac3ff7ec4e56d430089ed88e60b28 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 9 Jul 2026 10:18:30 +0200 Subject: [PATCH] switch.xml: sync changelog/deprecation of semicolon after case (8.5) --- language/control-structures/switch.xml | 30 ++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/language/control-structures/switch.xml b/language/control-structures/switch.xml index 6e79a3f5a7..00881d89a9 100644 --- a/language/control-structures/switch.xml +++ b/language/control-structures/switch.xml @@ -1,7 +1,5 @@ - - - + switch @@ -300,8 +298,32 @@ switch($beer) ]]> + &warn.deprecated.feature-8-5-0; - + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + La syntaxe alternative utilisant un point-virgule après + case a été dépréciée. + + + + + + + &reftitle.seealso;