PHP 8.2 Deprecated ${} string interpolation
-
The current plugin (4.3.4) has syntax that has been depreciated in PHP 8.2. Since PHP 8.1 has only 7 more months of support, we’ll need to get this fixed:
plugins/responsive-menu/v4.0.0/libs/scssphp/vendor/scssphp/scssphp/src/Compiler.php
Lines 3547, 3549, and 3551.
It appears it’s still using version 1.10.2 of scssphp. Hopefully simply updating to the latest version of this package should resolve the issue
Reference: https://www.php.net/releases/8.2/en.php#deprecations_and_bc_breaks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP 8.2 Deprecated ${} string interpolation’ is closed to new replies.