summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 15:47:23 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 15:47:23 +0100
commit21bb4911cc68adee9a562eb976a25a6dd02769fb (patch)
tree9fb0847ad274f893eb589ba3b65330a39f5697c8 /php-cs-fixer-autoload.php
parent9f12a011492425749642f586d96827a7c508ba7c (diff)
php-gecko-packages-gecko-php-unit: 2.0.0 - New package
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',