We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4d902 commit 723bbeeCopy full SHA for 723bbee
src/fixes/node-fixes/class-style-caps-fix.php
@@ -67,7 +67,7 @@ class Style_Caps_Fix extends Simple_Style_Fix {
67
(?![\w' . self::COMBINING_MARKS . ']) # negative lookahead assertion
68
/Sxu';
69
70
- const COMBINING_MARKS = '\-_' . U::HYPHEN . U::SOFT_HYPHEN . U::ZERO_WIDTH_SPACE; // Needs to be part of character class.
+ private const COMBINING_MARKS = '\-_' . U::HYPHEN . U::SOFT_HYPHEN . U::ZERO_WIDTH_SPACE; // Needs to be part of character class.
71
72
/**
73
* Creates a new node fix with a class.
0 commit comments