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

Change deprecated way of string interpolation #1609

Merged

Commits on Jul 1, 2024

  1. change deprecated way of string interpolation

    "${var}" is deprecated with php 8.2. Future options are "{$var}" or the good old "$var". With simple variables, the good old variant is easier to read IMHO.
    nelarsen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0486e8c View commit details
    Browse the repository at this point in the history