awesomemotive / wpforms-phpcs

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

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

Closed wppunk closed 2 years ago

wppunk commented 3 years ago

Description

Show notice when in PHPDoc using the full syntax for any tags, but still possible to use long syntax inside the PHPDoc for non-tags description.

Motivation and Context

Fixes #11

Testing procedure