From 071daf0727c8b5b7b191b982ace26c78e14d198b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2017 07:59:28 +0200 Subject: v2.3.1 --- php-cs-fixer-autoload.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-cs-fixer-autoload.patch') diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch index b3202a2..eaf2d30 100644 --- a/php-cs-fixer-autoload.patch +++ b/php-cs-fixer-autoload.patch @@ -1,6 +1,6 @@ diff -up ./php-cs-fixer.rpm ./php-cs-fixer ---- ./php-cs-fixer.rpm 2017-04-01 08:35:52.000000000 +0200 -+++ ./php-cs-fixer 2017-04-01 08:48:58.016723873 +0200 +--- ./php-cs-fixer.rpm 2017-05-09 07:05:56.000000000 +0200 ++++ ./php-cs-fixer 2017-05-09 07:15:40.115301425 +0200 @@ -42,12 +42,7 @@ set_error_handler(function ($severity, $ } }); @@ -16,13 +16,13 @@ diff -up ./php-cs-fixer.rpm ./php-cs-fixer use PhpCsFixer\Console\Application; 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 +--- ./tests/AutoReview/ProjectCodeTest.php.rpm 2017-05-09 07:15:40.116301430 +0200 ++++ ./tests/AutoReview/ProjectCodeTest.php 2017-05-09 07:17:15.735775739 +0200 @@ -314,6 +314,7 @@ final class ProjectCodeTest extends \PHP ->files() ->name('*.php') ->in(__DIR__.'/../../src') + ->notName('autoload.php') - ->exclude(array( + ->exclude([ 'Resources', - )) + ]) -- cgit