summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-cs-fixer-autoload.php')
-rw-r--r--php-cs-fixer-autoload.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-cs-fixer-autoload.php b/php-cs-fixer-autoload.php
deleted file mode 100644
index 8f11222..0000000
--- a/php-cs-fixer-autoload.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/* Autoloader for friendsofphp/php-cs-fixer and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('PhpCsFixer\\', __DIR__);
-
-\Fedora\Autoloader\Dependencies::required(array(
- '/usr/share/php/Symfony/Component/autoload.php',
- '/usr/share/php/SebastianBergmann/Diff/autoload.php',
- '/usr/share/php/Symfony/Polyfill/autoload.php',
-));
-