summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.patch
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.patch
parent9f12a011492425749642f586d96827a7c508ba7c (diff)
php-gecko-packages-gecko-php-unit: 2.0.0 - New package
Diffstat (limited to 'php-cs-fixer-autoload.patch')
-rw-r--r--php-cs-fixer-autoload.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch
index 7552b68..149c6e3 100644
--- a/php-cs-fixer-autoload.patch
+++ b/php-cs-fixer-autoload.patch
@@ -1,7 +1,7 @@
diff -up ./php-cs-fixer.rpm ./php-cs-fixer
---- ./php-cs-fixer.rpm 2016-09-09 16:14:16.000000000 +0200
-+++ ./php-cs-fixer 2016-09-09 16:36:48.052810179 +0200
-@@ -31,12 +31,7 @@ set_error_handler(function ($severity, $
+--- ./php-cs-fixer.rpm 2016-12-01 15:13:25.882871262 +0100
++++ ./php-cs-fixer 2016-12-01 15:14:08.756051245 +0100
+@@ -32,12 +32,7 @@ set_error_handler(function ($severity, $
}
});
@@ -11,7 +11,7 @@ diff -up ./php-cs-fixer.rpm ./php-cs-fixer
-} else {
- require_once __DIR__.'/vendor/autoload.php';
-}
-+require_once '/usr/share/php/Symfony/CS/autoload.php';
++require_once '/usr/share/php/PhpCsFixer/autoload.php';
- use Symfony\CS\Console\Application;
+ use PhpCsFixer\Console\Application;