diff options
author | Brian Evans <grknight@gentoo.org> | 2017-03-09 10:35:26 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-03-09 11:22:05 -0500 |
commit | 1bfae2f22a07d71c690d69ed2a6d9efe06bf2eeb (patch) | |
tree | b6c96f086a37a4e749b9252d7e84bd4bb06df2ab /dev-php/phpdocumentor-reflection-common/files | |
parent | dev-php/doctrine-instantiator: New package for an unbundled phpunit (diff) | |
download | gentoo-1bfae2f22a07d71c690d69ed2a6d9efe06bf2eeb.tar.gz gentoo-1bfae2f22a07d71c690d69ed2a6d9efe06bf2eeb.tar.bz2 gentoo-1bfae2f22a07d71c690d69ed2a6d9efe06bf2eeb.zip |
dev-php/phpdocumentor-reflection-common: New package for an unbundled phpunit
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-php/phpdocumentor-reflection-common/files')
-rw-r--r-- | dev-php/phpdocumentor-reflection-common/files/autoload.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-php/phpdocumentor-reflection-common/files/autoload.php b/dev-php/phpdocumentor-reflection-common/files/autoload.php new file mode 100644 index 000000000000..356515b7a000 --- /dev/null +++ b/dev-php/phpdocumentor-reflection-common/files/autoload.php @@ -0,0 +1,8 @@ +<?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__); |