civicrm / coder

Code sniffer configuration for CiviCRM. (Relaxed variant of Drupal CS)
5 stars 11 forks source link

Offset access syntax with curly braces is deprecated #14

Closed mglaman closed 3 years ago

mglaman commented 3 years ago

Fixes fatal error on 7.4

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Users/mglaman/civicrm-buildkit/vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php on line 146

See upstream fix: https://git.drupalcode.org/project/coder/-/blob/8.x-3.x/coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php#L140

totten commented 3 years ago

Yup, looks safe. :+1: