ofbeaton / granite-php

Opinionated coding style enforcement for PHP.
https://github.com/ofbeaton/granite/wiki/PHP
MIT License
1 stars 0 forks source link

@return void, required? #19

Open ofbeaton opened 9 years ago

ofbeaton commented 9 years ago

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?