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

Use short syntax for functions/objects/classes in PHPDoc #11

Closed wppunk closed 2 years ago

wppunk commented 3 years ago

Expected Behavior

Show notice when in PHPDoc using the full syntax for the @params, @return, and other tags. Ensure, that possible use long syntax inside the short description.

Current Behavior

We check the short syntax in all places except PHPDoc.