Closed mrostd closed 1 year ago
The curly braces syntax for accessing array elements and string offsets has been deprecated in PHP. This commit replaces all instances of the deprecated syntax with the recommended square bracket syntax.
The curly braces syntax for accessing array elements and string offsets has been deprecated in PHP. This commit replaces all instances of the deprecated syntax with the recommended square bracket syntax.