
* Add PHP to s6326 * Address review comment * Add exception * Fix typo in description Co-authored-by: Nils Werner <64034005+nils-werner-sonarsource@users.noreply.github.com>
1 line
206 B
Plaintext
1 line
206 B
Plaintext
Multiple spaces in a regular expression can make it hard to tell how many spaces should be matched. It's more readable to use only one space and then indicate with a quantifier how many spaces are expected. |