Download this file
16 lines (8 with data), 389 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | <?php
// autoload.php @generated by 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.