mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[WS] Indent breaks in switch examples (#882)
Co-authored-by: Sergey Zorin <zors1@php.net>
This commit is contained in:
parent
28ad235028
commit
9a72097c8b
1 changed files with 2 additions and 2 deletions
|
@ -221,10 +221,10 @@ switch($beer)
|
|||
case 'carlsberg';
|
||||
case 'heineken';
|
||||
echo 'Good choice';
|
||||
break;
|
||||
break;
|
||||
default;
|
||||
echo 'Please make a new selection...';
|
||||
break;
|
||||
break;
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue