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

Add required documentation for the `define` statement. #7

Closed wppunk closed 2 years ago

wppunk commented 3 years ago

Description

Define statements should always be documented. Each the define statement should have a short description and @since tag.

Motivation and Context

Fixes #4

Testing procedure