summaryrefslogtreecommitdiffstats
path: root/php-phpmd-PHP-PMD-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpmd-PHP-PMD-autoload.php')
-rw-r--r--php-phpmd-PHP-PMD-autoload.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-phpmd-PHP-PMD-autoload.php b/php-phpmd-PHP-PMD-autoload.php
deleted file mode 100644
index 1f1c8ee..0000000
--- a/php-phpmd-PHP-PMD-autoload.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/* Autoloader for pdepend/pdepend and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-\Fedora\Autoloader\Autoload::addPsr4('PHPMD\\', __DIR__);
-\Fedora\Autoloader\Dependencies::required([
- '/usr/share/php/PDepend/autoload.php',
- [
- '/usr/share/php/Composer/XdebugHandler2/autoload.php',
- '/usr/share/php/Composer/XdebugHandler/autoload.php',
- ],
-]);
-