Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.15

Request #16197 Equals sign not aligned with surrounding assignments
Submitted: 2009-05-07 05:30 UTC
From: hm2k Assigned: jespino
Status: Closed Package: PHP_Beautifier (version 0.1.14)
PHP Version: 5.2.9 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-05-07 05:30 UTC] hm2k (James Wade)
Description: ------------ Equals sign not aligned with surrounding assignments Expected result: ---------------- $a = "testing"; $zyx = "test"; Actual result: -------------- $a = "testing"; $zyx = "test";

Comments

 [2009-10-20 19:51 UTC] clbustos (Claudio Bustos)
-Type: Bug +Type: Feature/Change Request
Not bug, but feature request
 [2010-05-30 07:52 UTC] jespino (Jesús Espino)
-Assigned To: +Assigned To: jespino
 [2010-05-31 21:50 UTC] jespino (Jesús Espino)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. The new filter EqualsAlign was added to solve it