PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » PHP_Beautifier » Bug #10019

switch indent

Details

Submitted2007-02-04 01:14 UTC
Fromcrempa at gmail dot com
Assignedclbustos
StatusAssigned
PackagePHP_Beautifier
PHP Version5.2.0
OSWindows
Roadmaps1.0.0RC1

Comments

[2007-02-04 01:14 UTC] crempa at gmail dot com

Description:
------------
If I use IndentStyles filter with "allman/bsd" type than the content of switch is not indented.

Expected result:
----------------
switch
{
//switch content
}

Actual result:
--------------
switch
{
//switch content
}