Use Camel Case for Variable Names

Created on 28 September 2023, 9 months ago
Updated 17 October 2023, 9 months ago

Problem/Motivation

From Drupal's PHP 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.

Proposed resolution

Try to find a tool to automate this, or just do it manually with a smart IDE.

Remaining tasks

Update the variable names.

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States adamzimmermann

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024