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

Fix deprecated ${var} string interpolation patterns (PHP 8.2) #2622

Merged
merged 1 commit into from Jun 10, 2022

Conversation

jnoordsij
Copy link
Contributor

PHP 8.2 deprecates the use of the ${var} interpolation pattern in favor of {$var}. This PR fixes deprecated occurrences to use the other syntax.

Reference: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

@jnoordsij jnoordsij changed the title Fix deprecated ${var} string interpolation patterns Fix deprecated ${var} string interpolation patterns (PHP 8.2) Jun 10, 2022
@kylekatarnls kylekatarnls merged commit 88ac19c into briannesbitt:master Jun 10, 2022
@jnoordsij jnoordsij deleted the fix-php82-deprecations branch June 10, 2022 16:32
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.

None yet

2 participants