QafooLabs / php-refactoring-browser

A command line refactoring tool for PHP
http://qafoolabs.github.com/php-refactoring-browser
MIT License
555 stars 39 forks source link

Add support for DocBlocks #62

Open david0 opened 10 years ago

david0 commented 10 years ago

It would be nice if the optimize-use and fix-classnames refactoring would also take care of DocBlocks and the types/classnames in it. Particularly types for the @returns and @param-tags are very valuable and should be taken into account.

For the implementation, maybe this would be the right library.

mikedfunk commented 10 years ago

+1

Mike Funk mikefunk.com | mike@mikefunk.com

On Mon, May 26, 2014 at 10:50 AM, David notifications@github.com wrote:

It would be nice if the optimize-use and fix-classnames refactoring would also take care of DocBlocks and the types/classnames in it. Particularly types for the @returns and @param-tags are very valuable and should be taken into account.

For the implementation, maybe thishttps://github.com/phpDocumentor/ReflectionDocBlockwould be the right library.

— Reply to this email directly or view it on GitHubhttps://github.com/QafooLabs/php-refactoring-browser/issues/62 .