summaryrefslogtreecommitdiffstats
path: root/phan-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'phan-autoload.php')
-rw-r--r--phan-autoload.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/phan-autoload.php b/phan-autoload.php
deleted file mode 100644
index b40a5bf..0000000
--- a/phan-autoload.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/* Autoloader for etsy/phan and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Phan\\', __DIR__);
-\Fedora\Autoloader\Dependencies::required([
- [
- '/usr/share/php/Symfony3/Component/Console/autoload.php',
- '/usr/share/php/Symfony/Component/Console/autoload.php',
- ],
-]);