PHP deprecation warning in acsf-init

Created on 12 November 2024, 10 days ago

Problem/Motivation

Running `acsf-init` in PHP 8.2.24 throws a deprecated warning: `PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in acsf_init/src/Commands/AcsfInitCommands.php on line 715`

Steps to reproduce

Run `drush acsf-init` using PHP 8.2

Proposed resolution

Change `${delimiter_start}` to `{$delimiter_start}`

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States orbmantell

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