1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-23 21:18:19 +01:00
phorge-phorge/src/applications/herald/phid
Valerio Bozzolan 03c9bf575e 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
2023-03-26 22:08:22 +02:00
..
HeraldRulePHIDType.php In Remarkup, render archived Herald rules with strikethrough for consistency 2016-12-08 12:37:54 -08:00
HeraldTranscriptPHIDType.php PHP 8.2: fixes for deprecated use of ${var} in strings 2023-03-26 22:08:22 +02:00
HeraldWebhookPHIDType.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldWebhookRequestPHIDType.php Trigger all "Firehose" webhooks on all transactional edits 2018-02-09 13:56:34 -08:00