Remove underscore from CdbReader_[DBA|PHP] classes and related file
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 4 Nov 2013 10:02:48 +0000 (11:02 +0100)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 7 Nov 2013 21:16:56 +0000 (13:16 -0800)
commit45de3c80571242ac9da620da3ddeebfb257ca790
treed2ca7fefe835e11af11cdff31837bb62337b1a69
parentc62949f6973303eca66033753076f2f9699ff8a9
Remove underscore from CdbReader_[DBA|PHP] classes and related file

Also gets rid of some CodeSniffer errors. There are more cases in core
(cache, pool counter, installer, database, load balancer, diff, CSS
Janus, less (argh!), media, parser, revdel, ...), that have class names
with underscores I'd be trying to get rid of later.

Change-Id: I33709c05e597978a5574a445fa43c583cbd7e12b
includes/AutoLoader.php
includes/utils/Cdb.php
includes/utils/CdbPHP.php [new file with mode: 0644]
includes/utils/Cdb_PHP.php [deleted file]
tests/phpunit/includes/utils/CdbTest.php