PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Unnecessary character class

Last modified: 21 March 2023

Reports character classes that consist of a single character. Such classes can be simplified to a character, for example [a] → a.