From a0f48d5611835b0920dbe19e49e0c349ce3d5255 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Apr 2017 10:07:19 +0200 Subject: v2.2.0 --- php-cs-fixer-autoload.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-cs-fixer-autoload.patch') diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch index 0717c97..b3202a2 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 2017-02-09 09:20:40.000000000 +0100 -+++ ./php-cs-fixer 2017-02-09 09:22:43.400071075 +0100 -@@ -32,12 +32,7 @@ set_error_handler(function ($severity, $ +--- ./php-cs-fixer.rpm 2017-04-01 08:35:52.000000000 +0200 ++++ ./php-cs-fixer 2017-04-01 08:48:58.016723873 +0200 +@@ -42,12 +42,7 @@ set_error_handler(function ($severity, $ } }); @@ -15,13 +15,13 @@ diff -up ./php-cs-fixer.rpm ./php-cs-fixer use PhpCsFixer\Console\Application; -diff -up ./tests/ProjectCodeTest.php.rpm ./tests/ProjectCodeTest.php ---- ./tests/ProjectCodeTest.php.rpm 2017-02-09 09:44:35.627516496 +0100 -+++ ./tests/ProjectCodeTest.php 2017-02-09 09:44:39.935537666 +0100 -@@ -234,6 +234,7 @@ final class ProjectCodeTest extends \PHP +diff -up ./tests/AutoReview/ProjectCodeTest.php.rpm ./tests/AutoReview/ProjectCodeTest.php +--- ./tests/AutoReview/ProjectCodeTest.php.rpm 2017-04-01 08:50:31.217299123 +0200 ++++ ./tests/AutoReview/ProjectCodeTest.php 2017-04-01 08:51:10.127539283 +0200 +@@ -314,6 +314,7 @@ final class ProjectCodeTest extends \PHP ->files() ->name('*.php') - ->in(__DIR__.'/../src') + ->in(__DIR__.'/../../src') + ->notName('autoload.php') ->exclude(array( 'Resources', -- cgit