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

Command icon 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

adamzimmermann created an issue. See original summary.

adamzimmermann’s picture

Issue summary: View changes

markdorison made their first commit to this issue’s fork.

markdorison’s picture

Status: Active » Needs work

markdorison’s picture

Status: Needs work » Needs review

adamzimmermann’s picture

Assigned: Unassigned » markdorison
Status: Needs review » Needs work
markdorison’s picture

Assigned: markdorison » Unassigned
Status: Needs work » Needs review
adamzimmermann’s picture

Assigned: Unassigned » markdorison
Status: Needs review » Reviewed & tested by the community

markdorison’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.