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. #4

Closed wppunk closed 2 years ago

wppunk commented 3 years ago

Description

All define statements should be documented.

Tested code

Good example:

/**
 * The short description for define example constant.
 *
 * @since 1.0.0
 */
define( 'DEFINE_EXAMPLE', true );