Download this file
18 lines (9 with data), 465 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | <?php
// autoload.php @generated by Composer
// This autoloader is used when the project isn't called thru Composer.
require_once __DIR__ . '/composer' . '/autoload_real.php';
$loader = ComposerAutoloaderInit029a0b0ed42b7b1b69f8610f9ed82f9e::getLoader();
$loader->add('PHPCheckstyle', __DIR__ . '/../src/PHPCheckstyle');
// Load files that would otherwise be loaded by composer
require_once __DIR__ . "/../src/PHPCheckstyle/_Constants.php";
return $loader;
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.