- Issue created by @hitesh-jain
- Status changed to Needs review
9 months ago 10:46am 7 February 2024 - Status changed to Closed: duplicate
9 months ago 8:41am 9 February 2024
Since PHP 8.2, PHP emits a deprecation notice on the following pattern the dollar sign ($) is placed at the outside of the curly braces. It can be seen in -
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /profiles/contrib/social/modules/social_features/social_search/social_search.module on line 145
Use {$var} syntax instead of ${var} syntax to avoid deprecation notice.
Closed: duplicate
12.1
Code (back-end)