Should we require or disallow @return void? Does it help us any? How does this change how auto generated docs look for us? I know right now if you forget it you get a warning. But if there is no return statement, do you really need it? What is it contributing?
Should we require or disallow @return void? Does it help us any? How does this change how auto generated docs look for us? I know right now if you forget it you get a warning. But if there is no return statement, do you really need it? What is it contributing?