Category finder style cleanups
authorChad Horohoe <chadh@wikimedia.org>
Fri, 29 Aug 2014 01:58:25 +0000 (18:58 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 29 Aug 2014 18:52:42 +0000 (11:52 -0700)
commita7ab193d45814db08d017f260b99d4884c8efc26
tree7fbd5c365ab9cede65121f94f7bd104ca5f80d13
parent8e1ea2d491c1d013007bfbd6207d7452449dc55b
Category finder style cleanups

* Renamed class to CategoryFinder (camel case)
* Removed pointless empty constructor
* Swapped wfProfileIn/Out for ProfileSection
* Renamed scan_next_layer() to scanNextLayer() because underscores
  are ugly (no public callers)
* Made scanNextLayer() and check() private, no callers outside class
* Explicitly made run() and seed() public
* Removed ugly underscores from seed() parameter
* More useful variable name in single caller

Change-Id: Iaffea7634c7b17ed5324b3b5c9b938c1a1348555
includes/AutoLoader.php
includes/CategoryFinder.php [new file with mode: 0644]
includes/Categoryfinder.php [deleted file]
includes/specials/SpecialRecentchanges.php