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

[PHP 8.2] Fix ${var} string interpolation deprecation #142

Merged
merged 1 commit into from Sep 6, 2022
Merged

[PHP 8.2] Fix ${var} string interpolation deprecation #142

merged 1 commit into from Sep 6, 2022

Conversation

Ayesh
Copy link

@Ayesh Ayesh commented Jun 19, 2022

PHP 8.2 deprecates "${var}" string interpolation pattern.
This fixes all three of such occurrences in dragonmantank/cron-expression package.

PHP 8.2 deprecates `"${var}"` string interpolation pattern.
This fixes all three of such occurrences in `dragonmantank/cron-expression` package.

 - [PHP 8.2: `${var}` string interpolation deprecated](https://php.watch/versions/8.2/${var}-string-interpolation-deprecated)
 - [RFC](https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation)
@PhilETaylor
Copy link

PHP 8.2 is now RC1... it would be nice to get this merged and released :)

Screen Shot 2022-09-03 at 15 52 21

@dragonmantank dragonmantank merged commit 75916a4 into dragonmantank:master Sep 6, 2022
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