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

Created on 30 May 2024, 29 days ago
Updated 19 June 2024, 9 days ago

Problem/Motivation

As of php 8.2 there is now an error due to deprecated syntax: Deprecated: Using ${var} in strings is deprecated, use {$var}

Steps to reproduce

Upgrade php to 8.2 and bootstrap Drupal.

Proposed resolution

Line 81 should be changed to:

      $row[] = "{{ {$token} }}";

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

2.0

Component

Code

Created by

🇺🇸United States brooke_heaton

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024