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 ${} string interpolation #2133

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Fix deprecated ${} string interpolation #2133

merged 1 commit into from
Oct 31, 2022

Conversation

rigrig
Copy link
Contributor

@rigrig rigrig commented Oct 31, 2022

"${var}" is deprecated in PHP 8.2, and should be replaced with "{$var}":
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

I searched for ${, as far as I can tell this line was the only place where this occurred.

"${var}" is deprecated in PHP 8.2, and should be replaced with "{$var}":
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
@MasterOdin MasterOdin merged commit 98243cc into cakephp:0.x Oct 31, 2022
@dereuromark
Copy link
Member

https://github.com/cakephp/phinx/actions/runs/3314237268/jobs/5473259638
There might be more invisible issues

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

3 participants