From fb4470ae12e59207f1e4337db305ec5a942a89e9 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 11 Aug 2016 01:51:01 +0100 Subject: [PATCH] Fix comment about how to use AutoloadGenerator Change-Id: If15e9396b640536896406009233e91c0b5e2bb0f --- includes/utils/AutoloadGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.20.1