Bug #8207

CGL naming violation in Locale subsystem

Added by Karsten Dambekalns about 5 years ago. Updated almost 5 years ago.

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

100%

Category:I18n
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

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 about 5 years ago

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

History

#1 Updated by Karsten Dambekalns about 5 years ago

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

#2 Updated by Karol Gusak about 5 years ago

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

Applied in changeset r4606.

Also available in: Atom PDF