- Issue created by @darren oh
- @darren-oh opened merge request.
- Status changed to Needs review
about 2 years ago 2:22pm 17 March 2023 - πΊπΈUnited States darren oh Lakeland, Florida
Branch includes Drupal coding standards fixes. Works in my tests.
Prior to PHP 8, characters in strings could be accessed with either curly braces or square brackets. PHP 8 only supports square brackets.
Use square brackets to access string characters.
Needs review
1.0
Code
Branch includes Drupal coding standards fixes. Works in my tests.