Arbit - project tracking

PHPMD

History

Diff

266 267 /conf/phar_bootstrap.stub
7 7 // Load command line utility
8 8 include_once 'phar://${archive.alias}/PHP/PMD/TextUI/Command.php';
9 9 // Run command line interface
10 -PHP_PMD_TextUI_Command::main($argv);
10 +exit(PHP_PMD_TextUI_Command::main($argv));
11 11 __HALT_COMPILER();
12 12 ?>