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.
Issue fork orange_dam-3390458
Show commands
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