Revert "Split ClassCollector class into own file"
authorPleaseStand <pleasestand@live.com>
Mon, 4 Apr 2016 03:26:24 +0000 (03:26 +0000)
committerPleaseStand <pleasestand@live.com>
Mon, 4 Apr 2016 03:26:24 +0000 (03:26 +0000)
commitbb16bb4c7d5ee9ea6afca87f1f66163572d5ebfc
treeefa988f5f1729ffa03c04ca4005aa905a65f4388
parenta379bebd03099ee056a5ae7466f0699423064ede
Revert "Split ClassCollector class into own file"

The AutoloadGenerator class is instantiated in the script
maintenance/generateLocalAutoload.php and its equivalents in
several extensions, none of which use MediaWiki's AutoLoader,
so you get a "Fatal error: Class 'ClassCollector' not found".

This reverts commit a379bebd03099ee056a5ae7466f0699423064ede.

Change-Id: Ia6a7a1cb8a593ac86ecffdb690064e0b8ad68b47
autoload.php
includes/utils/AutoloadGenerator.php
includes/utils/ClassCollector.php [deleted file]