Problem/Motivation

On line 183 in the module file there is an instance of ${$ that need refactoring so not deprecated in PHP 8.2 https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated#var-var

Proposed resolution

Fix deprecation

Remaining tasks

Fix code
Test

Comments

darrenwh created an issue. See original summary.

darrenwh’s picture

StatusFileSize
new621 bytes

Attaching patch

darrenwh’s picture

Assigned: darrenwh » Unassigned
Issue summary: View changes
Status: Active » Needs review
abhiyanshu’s picture

Status: Needs review » Reviewed & tested by the community

@darrenwh, The #2 patch addresses potential warnings by preemptively updating the code to avoid deprecated features, ensuring compatibility with future PHP standards.
Moving this to RTBC. Thanks.

darrenwh’s picture

Issue summary: View changes