- Issue created by @AstonVictor
- Status changed to Needs review
about 1 year ago 12:43pm 4 January 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Actually, for local variables, either camelCase or snake_case can be used, as per Drupal coding standards → .
Variables should be named using lowercase, and words should be separated either with uppercase characters (example: $lowerCamelCase) or with an underscore (example: $snake_case). Be consistent; do not mix camelCase and snake_case variable naming inside a file.
If the file were already using snake_case, it should use that for all the local variables. That is not the case for this file, though.
- Status changed to Fixed
about 1 year ago 5:01pm 4 January 2024 -
bojanz →
committed d6539f87 on 8.x-1.x authored by
AstonVictor →
Issue #3412303 by AstonVictor: Fix snake_case/camelCase
-
bojanz →
committed d6539f87 on 8.x-1.x authored by
AstonVictor →
Automatically closed - issue fixed for 2 weeks with no activity.