jenkins-bot has submitted this change and it was merged. Change subject: autoloader: Remove incorrect documentation comment ......................................................................
autoloader: Remove incorrect documentation comment Follows-up I8b1bdb84a969. This is not generated by that script, the autoload.php file is, but that one has a similar comment in it already. Change-Id: Icb44f3dab356820f1e3aa5ba56949219af1b5719 --- M includes/AutoLoader.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 9c6f1f0..6344c27 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -24,7 +24,6 @@ * Locations of core classes * Extension classes are specified with $wgAutoloadClasses * This array is a global instead of a static member of AutoLoader to work around a bug in APC - * This array is now generated by maintenance/generateLocalAutoload.php */ require_once __DIR__ . '/../autoload.php'; -- To view, visit https://gerrit.wikimedia.org/r/174117 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icb44f3dab356820f1e3aa5ba56949219af1b5719 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
