Problem/Motivation

PHP 8.2 will throw these warnings:

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

One of these has been addressed in #3395400: PHP 8.2 Deprecation messages at ./src/Plugin/views/style/ViewsBootstrapGrid.php, but additional issues may exist across the different versions.

Proposed resolution

Check all branches (3,4,5) for this syntax and replace.

Comments

shelane created an issue. See original summary.

  • shelane committed e2767f54 on 8.x-3.x
    Issue #3395407: PHP 8.2 compatiblity
    

shelane credited OPTASY.

shelane’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.