From: Reedy Date: Thu, 11 Aug 2016 00:51:01 +0000 (+0100) Subject: Fix comment about how to use AutoloadGenerator X-Git-Tag: 1.31.0-rc.0~6094^2 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=fb4470ae12e59207f1e4337db305ec5a942a89e9;p=lhc%2Fweb%2Fwiklou.git Fix comment about how to use AutoloadGenerator Change-Id: If15e9396b640536896406009233e91c0b5e2bb0f --- diff --git a/includes/utils/AutoloadGenerator.php b/includes/utils/AutoloadGenerator.php index 2ebc9ed9f0..395ce379f8 100644 --- a/includes/utils/AutoloadGenerator.php +++ b/includes/utils/AutoloadGenerator.php @@ -11,7 +11,7 @@ * $gen = new AutoloadGenerator( __DIR__ ); * $gen->readDir( __DIR__ . '/includes' ); * $gen->readFile( __DIR__ . '/foo.php' ) - * $gen->generateAutoload(); + * $gen->getAutoload(); */ class AutoloadGenerator { const FILETYPE_JSON = 'json';