mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Apply consistent switch indentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345106 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cf779d048
commit
6f653eff39
1 changed files with 7 additions and 7 deletions
|
@ -158,13 +158,13 @@ switch ($i) {
|
|||
<![CDATA[
|
||||
<?php
|
||||
switch ($i) {
|
||||
case 0:
|
||||
case 1:
|
||||
case 2:
|
||||
echo "i is less than 3 but not negative";
|
||||
break;
|
||||
case 3:
|
||||
echo "i is 3";
|
||||
case 0:
|
||||
case 1:
|
||||
case 2:
|
||||
echo "i is less than 3 but not negative";
|
||||
break;
|
||||
case 3:
|
||||
echo "i is 3";
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue