Method name is not following coding convention
Reports the methods' 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 methods.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
PhpMethodNamingConventionInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the inspection options to specify minimum/maximum length and the regular expression expected for methods' 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
Here you can find the description of settings available for the Method name is not following coding convention inspection, and the reference of their default values.
- Pattern
[a-z][A-Za-z\d]*
- Min length
4
- Max length
16
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | PHP, 242.22893 |