From 21bb4911cc68adee9a562eb976a25a6dd02769fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 15:47:23 +0100 Subject: php-gecko-packages-gecko-php-unit: 2.0.0 - New package --- php-cs-fixer-autoload.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-cs-fixer-autoload.patch') 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; -- cgit