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

Commits on Jun 27, 2022

  1. Stop using deprecated string interpolation syntax in StatementsProvid…

    …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
    TimWolla committed Jun 27, 2022
    Copy the full SHA
    31ad16d View commit details
    Browse the repository at this point in the history