Index: branches/5.3.x/core/kernel/Console/Command/BuildClassMapCommand.php =================================================================== diff -u -N -r16252 -r16282 --- branches/5.3.x/core/kernel/Console/Command/BuildClassMapCommand.php (.../BuildClassMapCommand.php) (revision 16252) +++ branches/5.3.x/core/kernel/Console/Command/BuildClassMapCommand.php (.../BuildClassMapCommand.php) (revision 16282) @@ -1,6 +1,6 @@ getOption('module'); + $user_modules = $this->io->getOption('module'); if ( $user_modules ) { $modules_filter = array(); @@ -86,7 +86,7 @@ $table ->setHeaders(array('Path', 'Scanned in', 'Parsed in')) ->setRows($table_rows); - $table->render($output); + $table->render($this->io->getOutput()); return 0; }