Skip to content

PHP array access: Replace curly braces with square brackets

Aklapper requested to merge T342007 into wmf/stable

PHP 7.4 deprecated curly brace syntax for accessing array elements: https://wiki.php.net/rfc/deprecate_curly_braces_array_access

Bug: T342007

Merge request reports