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

Created on 30 May 2024, 10 months ago
Updated 3 September 2024, 7 months 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

Fixed

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.71.5 2024