Bug #8207

CGL naming violation in Locale subsystem

Added by Karsten Dambekalns almost 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:
Priority:Must have Due date:
Assignee:Karol Gusak % Done:

100%

Category:I18n
Target version:-
PHP Version: Complexity:
Has patch: FLOW3 version affected:
Votes: 0

Description

Currently the Locale code uses CLDR all uppercase in class names, namespaces and variable names. This violates our (almost 100% strict) naming rules. Instead it should be "Cldr" (or "cldr" at the beginning of variable names.

Associated revisions

Revision 96704605
Added by Karol Gusak almost 3 years ago

[~TASK] FLOW3 (Locale): Fixed CGL naming violation in Locale subsystem. Resolves #8207.

History

Updated by Karsten Dambekalns almost 3 years ago

Similar issue with variables like $rootXMLNode, should be $rootXmlNode...

Updated by Karol Gusak almost 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r4606.

Also available in: Atom PDF