File: autoload_psr4.php

package info (click to toggle)
php-codecoverage 12.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 62,072 kB
  • sloc: javascript: 35,234; php: 25,779; xml: 1,353; makefile: 39
file content (14 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'TomasVotruba\\TypeCoverage\\' => array($vendorDir . '/tomasvotruba/type-coverage/src'),
    'PHPStan\\ExtensionInstaller\\' => array($vendorDir . '/phpstan/extension-installer/src'),
    'PHPStan\\' => array($vendorDir . '/phpstan/phpstan-strict-rules/src'),
    'Nette\\' => array($vendorDir . '/nette/utils/src'),
    'Ergebnis\\PHPStan\\Rules\\' => array($vendorDir . '/ergebnis/phpstan-rules/src'),
);