awesomemotive / wpforms-phpcs

PHP Coding Standards used by the WPForms team.
https://wpforms.com
GNU General Public License v2.0
12 stars 1 forks source link

"@return void" should be highlighted to be removed by a dev #25

Open slaFFik opened 1 year ago

slaFFik commented 1 year ago

IMO, it doesn't make sense to have this @return void in phpdoc. Every function returns null by default whether it has return; or does not.