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

Request #11663 implementation for 'interface'
Submitted: 2007-07-22 06:29 UTC
From: hshimooka Assigned: mcorne
Status: Closed Package: PHP_DocBlockGenerator (version 1.0.2)
PHP Version: 5.2.3 OS: CentOS4.5
Roadmaps: (Not assigned)    
Subscription  


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 : 42 - 3 = ?

 
 [2007-07-22 06:29 UTC] hshimooka (Hideyuki Shimooka)
Description: ------------ I ran docblockgen for the interface, but commented incorrectly. So I modified Tokens.php to treat 'interface' as 'class'. Maybe this modification is incorrectly too ;-)

Comments

 [2007-07-23 16:51 UTC] mcorne (Michel Corne)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/PHP_DocBlockGenerator Implemented in 1.1.0
 [2007-07-23 17:08 UTC] hshimooka (Hideyuki Shimooka)
Hi! I've just tested 1.1.0 and all worked fine! Thanks a lot!