Variable name is not following coding convention
Reports the variables' 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 variables.
Use the inspection options to specify minimum/maximum length and the regular expression expected for variables' 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 | 16 |
Inspection Details | |
---|---|
Available in: | PhpStorm 2023.3, Qodana for PHP 2023.3 |
Plugin: | PHP, 233.SNAPSHOT |
Last modified: 13 July 2023