8000 [String] Snake method doesn't handle special characters in 7.1.2 (BC) · Issue #57695 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[String] Snake method doesn't handle special characters in 7.1.2 (BC) #57695

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

Closed
mathop opened this issue Jul 9, 2024 · 3 comments
Closed

[String] Snake method doesn't handle special characters in 7.1.2 (BC) #57695

mathop opened this issue Jul 9, 2024 · 3 comments

Comments

@mathop
Copy link
mathop commented Jul 9, 2024

Symfony version(s) affected

7.1.2

Description

The handling of special characters appears to have been removed in version 7.1.2.

How to reproduce

echo u('Symfony is great / awesome:')->snake()->toString();
// 7.1.1: symfony_is_great_awesome
// 7.1.2: symfony_is_great_/_awesome:

Possible Solution

No response

Additional Context

No response

@mathop mathop added the Bug label Jul 9, 2024
@mathop mathop changed the title String component snake method doesn't handle special characters in 7.1.2 (BC) [String] Snake method doesn't handle special characters in 7.1.2 (BC) Jul 9, 2024
@derrabus
Copy link
Member
derrabus commented Jul 9, 2024

Duplicate of #57612.

@derrabus derrabus closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
@xabbuh xabbuh added the String label Jul 9, 2024
@mathop
Copy link
Author
mathop commented Jul 9, 2024

@derrabus #57612 is marked as closed, that's why I opened a new issue.

@xabbuh
Copy link
Member
xabbuh commented Jul 9, 2024

#57612 is closed because the issue has already been fixed (by reverting the PR causing the issue) and will be part of the next patch releaees

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
0