Skip to content

Fix: Address deprecated variable format #73

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

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

GaryJones
Copy link
Contributor

Addresses a PHP deprecation message that appears for PHP 8.2:

Using ${var} in strings is deprecated, use {$var} instead.

Addresses a PHP deprecation message that appears for PHP 8.2:

> Using ${var} in strings is deprecated, use {$var} instead.
@GaryJones GaryJones requested a review from sjinks July 26, 2023 22:10
@GaryJones
Copy link
Contributor Author

Aside: The PHP versions in the CI config need updating.

@rinatkhaziev rinatkhaziev merged commit 73dbe08 into master Jul 26, 2023
@rinatkhaziev rinatkhaziev deleted the fix/deprecated-var-format branch July 26, 2023 22:28
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.

2 participants