Constant name is not following coding convention
Reports the constants' names that are either too short, too long, or do not follow the specified regular expression pattern. Some coding styles have a special naming convention for constants.
Use the inspection options to specify minimum/maximum length and the regular expression expected for constants' names. To ignore the names' length, specify 0.
To learn more about regular expressions, refer to the Quick Start guide (regular-expressions.info).
Inspection options
Option | Type | Default |
---|---|---|
Pattern | String | [A-Z][A-Z_\d]* |
Min length | Number | 5 |
Max length | Number | 32 |
Inspection Details | |
---|---|
Available in: | PhpStorm 2023.3, Qodana for PHP 2023.3 |
Plugin: | PHP, 233.SNAPSHOT |
Last modified: 13 July 2023