mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-12 02:48:07 -07:00
9 lines
271 B
PHP
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__);
|