Files
gentoo/dev-php/phpdocumentor-reflection-common/files/autoload.php
Brian Evans 1bfae2f22a dev-php/phpdocumentor-reflection-common: New package for an unbundled phpunit
Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-03-09 11:22:05 -05:00

9 lines
271 B
PHP

<?php
/* Autoloader for dev-php/phpdocumentor-reflection-common */
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}
Fedora\Autoloader\Autoload::addPsr4('phpDocumentor\\Reflection\\', __DIR__);