Problem/Motivation

Remove deprecation warning
471 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead

Steps to reproduce

Update PHP version to 8+
Run compatibility test on module
phpcs -p . --standard=PHPCompatibility --extensions=module/php,inc/php,install/php,php/php --runtime-set testVersion 8.1

CommentFileSizeAuthor
#3 3351445-3.patch465 bytesharivansh

Comments

harivansh created an issue. See original summary.

harivansh’s picture

Issue summary: View changes
harivansh’s picture

Status: Active » Needs review
StatusFileSize
new465 bytes
robertgarrigos’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed and working as expected.

harivansh’s picture

Assigned: harivansh » Unassigned