graze / standards

⚖ The coding standards of the graze tech team.
https://graze.github.io/standards/
MIT License
6 stars 2 forks source link

Add standard for php void return tag. #28

Closed notlee closed 7 years ago

notlee commented 8 years ago

I remember we had this conversation a while ago and decided on enforcing @return void. Thought I'd add it to the standards. Thumbs up / down to confirm?

PHP: Given a function / method does not return anything the @return tag MUST still be used with a value of void.