Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SyntaxError::getNormalizedMessage(): minor regex tweak
By using `?:` at the start of a parenthesis group, the group will not be "remembered"/saved to memory. As this regex does not use the subgroups anyway, we don't need to remember them.
- Loading branch information