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

Stop using deprecated string interpolation syntax in StatementsProvider.php #8188

Merged
merged 1 commit into from Jun 27, 2022
Merged

Stop using deprecated string interpolation syntax in StatementsProvider.php #8188

merged 1 commit into from Jun 27, 2022

Conversation

TimWolla
Copy link
Contributor

This fixed the following PHP 8.2 deprecation:

Uncaught RuntimeException: PHP Error: Using ${var} in strings is deprecated, use {$var} instead in …/vimeo/psalm/src/Psalm/Internal/Provider/StatementsProvider.php:140

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

…er.php

This fixed the following PHP 8.2 deprecation:

> Uncaught RuntimeException: PHP Error: Using ${var} in strings is deprecated, use {$var} instead in …/vimeo/psalm/src/Psalm/Internal/Provider/StatementsProvider.php:140

see: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
@weirdan weirdan added the release:fix The PR will be included in 'Fixes' section of the release notes label Jun 27, 2022
@weirdan weirdan merged commit d6624c5 into vimeo:4.x Jun 27, 2022
@weirdan
Copy link
Collaborator

weirdan commented Jun 27, 2022

Thanks!

@TimWolla TimWolla deleted the patch-1 branch June 27, 2022 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants