+4
Indentation for PHP broken
Case statements do not properly work with indentation...
the line echo should be indented one tab over... also comments really mess with the indentation within php...
switch (variable) {
case 'value':
echo 'vv';
break;
default:
# code...
break;
}
Customer support service by UserEcho