Bug #8207
CGL naming violation in Locale subsystem
| 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
[~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.