Closed (fixed)
Project:
Orange DAM
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Sep 2023 at 14:37 UTC
Updated:
31 Oct 2023 at 16:59 UTC
Jump to comment: Most recent
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.
Try to find a tool to automate this, or just do it manually with a smart IDE.
Update the variable names.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
adamzimmermann commentedComment #4
markdorisonComment #6
markdorisonComment #9
adamzimmermann commentedComment #10
markdorisonComment #11
adamzimmermann commentedComment #13
markdorison