Remove PHP 8.2 deprecations

Created on 20 August 2023, 10 months ago
Updated 21 August 2023, 10 months ago

Problem/Motivation

There are a number of deprecated constructs in the module beta2 release.

  • Deprecated: Using ${var} in strings is deprecated, use {$var} instead in (site)/web/modules/contrib/g2/src/Controller/Main.php on line 145
  • Deprecated: Using ${var} in strings is deprecated, use {$var} instead in (site)/web/modules/contrib/g2/src/Controller/Main.php on line 163
  • Deprecated: Using ${var} in strings is deprecated, use {$var} instead in (site)/web/modules/contrib/g2/src/Controller/Main.php on line 163
  • Deprecated: Using ${var} in strings is deprecated, use {$var} instead in (site)/web/modules/contrib/g2/src/Form/SettingsForm.php on line 554

Steps to reproduce

Run the site on PHP 8.2

Proposed resolution

Fix them.

Remaining tasks

Do it.

User interface changes

None.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇫🇷France fgm Paris, France

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

Comments & Activities

Production build 0.69.0 2024