mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 14:08:23 +01:00
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.
PHPBB3-17056
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.
PHPBB3-17056