PHPDoc: @return void necessary?

kaups93

New Member
Is it really necessary do something like this:\[code\]/** * ... * * @return void */\[/code\]I have quite a few methods that don't have a return value, and it seems really redundant to put something like this in the comment. Would it be considered bad form to leave it out?
 
Back
Top