Fix comment about how to use AutoloadGenerator
authorReedy <reedy@wikimedia.org>
Thu, 11 Aug 2016 00:51:01 +0000 (01:51 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 11 Aug 2016 00:51:01 +0000 (01:51 +0100)
Change-Id: If15e9396b640536896406009233e91c0b5e2bb0f

includes/utils/AutoloadGenerator.php

index 2ebc9ed..395ce37 100644 (file)
@@ -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';