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;