HomePhorge

PHP 8.2: fixes for deprecated use of ${var} in strings

Description

PHP 8.2: fixes for deprecated use of ${var} in strings

Summary:
Note that PHP 8.2 implemented this deprecation:

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

This change fixes some known cases.

Ref T15196

Test Plan: - I checked with my big eyes that everything is as it should be

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15196

Differential Revision: https://we.phorge.it/D25098

Details

Provenance
Valerio BozzolanAuthored on Mar 26 2023, 1:08 PM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rP42a8b73adbaa: Feed Differential retitled: do not repeat the title twice
Branches
Loading...
Tags
Loading...

Event Timeline