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

✨ Extended string normalization #283

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

homersimpsons
Copy link
Collaborator

@homersimpsons homersimpsons commented Dec 2, 2024

Correctly normalize mixed string and interpolation.
Use {$c} over ${c} after PHP 8.2 deprecation.

@mk-mxp Maybe you want to take a look into this one.

Technically, this changes the normalization. But I expect the number of affected solutions to be rather low and not worth a full re-computation.

@homersimpsons homersimpsons requested a review from a team as a code owner December 2, 2024 01:12
Copy link

@mk-mxp mk-mxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any blocking changes...

phpunit-tests/StringTest.php Show resolved Hide resolved
Correctly normalize mixed string and interpolation.
Use `{$c}` over `${c}` after PHP 8.2 deprecation.
@homersimpsons homersimpsons force-pushed the feature/extended-string-normalization branch from ed11126 to d1ec68b Compare December 5, 2024 21:09
@homersimpsons homersimpsons merged commit 3a3656e into main Dec 5, 2024
2 checks passed
@homersimpsons homersimpsons deleted the feature/extended-string-normalization branch December 5, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants