Home » PHP » PHP_Beautifier » Bug #7346
missing new line between functions in pear filter
Details
| Submitted | 2006-04-09 08:18 UTC |
|---|---|
| From | soporte at onfocus dot cl |
| Status | Bogus |
| Package | PHP_Beautifier |
| PHP Version | 5_0 CVS-2006-04-09 |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-04-09 08:18 UTC] soporte at onfocus dot cl
Description:
------------
functions don't get separated by a new line
Test script:
---------------
run pear filter
Expected result:
----------------
function foo()
{
//something
}
[new line]
function bar()
{
//something
}
Actual result:
--------------
function foo()
{
//something
}
function bar()
{
//something
}
[2006-06-13 21:06 UTC] clbustos at php dot net
Thank you for taking the time to write to us, but this is not
a bug.
The documentation doesn't said it explicitily. In the packages, exists inconsistency on that issue. So, I prefer not to include in the package. You can use filter NewLines for this issue.