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

Bug #16991 fluent interface is not parsed
Submitted: 2010-01-13 17:59 UTC
From: fazend Assigned: jespino
Status: Closed Package: PHP_Beautifier (version 0.1.14)
PHP Version: 5.3.1 OS: MacOS
Roadmaps: (Not assigned)    
Subscription  


 [2010-01-13 17:59 UTC] fazend (FaZend Team)
Description: ------------ Fluent interface is not parsed, but this type of formatting is widely used in Zend Framework. Did I miss a way to solve this problem? Test script: --------------- $this ->addFile('a.txt') ->addFile('b.txt') ->addFile('e.txt'); Expected result: ---------------- $this ->addFile('a.txt') ->addFile('b.txt') ->addFile('e.txt'); Actual result: -------------- $this->addFile('a.txt')->addFile('b.txt')->addFile('e.txt');

Comments

 [2010-05-30 05:58 UTC] jespino (Jesús Espino)
-Assigned To: +Assigned To: jespino
 [2010-05-31 21:47 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. Added a new Fluent filter for do this job