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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 6 + 7 = ?

 
 [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