Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Do not escape @ character in regular expressions #756

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

brotkrueml
Copy link
Contributor

PhpStorm complains about it:
Warning:(65, 20) Redundant character escape '@' in RegExp

PhpStorm complains about it:
Warning:(65, 20) Redundant character escape '\@' in RegExp
@brotkrueml brotkrueml marked this pull request as draft March 29, 2024 16:58
@brotkrueml brotkrueml marked this pull request as ready for review March 29, 2024 17:00
@PKuhlmay PKuhlmay merged commit db4d7ad into FriendsOfTYPO3:master Mar 29, 2024
11 checks passed
@brotkrueml brotkrueml deleted the remove-escape-at-regexp branch March 29, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants