joomla / joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
http://framework.joomla.org
GNU General Public License v2.0
189 stars 140 forks source link

[codestyle] Fixed casing in class/method/function names #377

Closed ghost closed 9 years ago

ghost commented 9 years ago

This PR fixes the class/method/function names to comply with the CamelCase rules mentioned here: http://joomla.github.io/coding-standards/?coding-standards/chapters/php.md

...be written in CamelCase even if using traditionally uppercase acronyms (such as XML, HTML).

ghost commented 9 years ago

Should I worry about Travis not passing? Seems like issues unrelated to this PR...

mbabker commented 9 years ago

This repo isn't the "home" anymore. All of the packages got split out to https://github.com/joomla-framework

So who knows what state things are in here as far as CI services go.

ghost commented 9 years ago

Oops, ok. So PR towards wrong repo? If so, why is this repo still up?

ghost commented 9 years ago

So if I would want to create PRs for the casing stuff towards the framework, I need to do that separately for every sub package? Boy...