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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-cs-fixer-autoload.php b/php-cs-fixer-autoload.php
index 5523869..e6c1c9f 100644
--- a/php-cs-fixer-autoload.php
+++ b/php-cs-fixer-autoload.php
@@ -3,7 +3,7 @@
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-\Fedora\Autoloader\Autoload::addPsr4('Symfony\\CS\\', __DIR__);
+\Fedora\Autoloader\Autoload::addPsr4('PhpCsFixer\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
'/usr/share/php/Symfony/Component/autoload.php',