From 0a2095dc522a4b6a2578d656360487707e881765 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Mar 2025 14:19:42 +0100 Subject: update to 3.72.0 --- php-cs-fixer-autoload.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-cs-fixer-autoload.patch') diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch index 983d89a..a14e08a 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 2022-01-14 15:01:36.281743286 +0100 +++ ./php-cs-fixer 2022-01-14 15:01:59.983646138 +0100 -@@ -85,7 +85,7 @@ set_error_handler(static function ($seve +@@ -81,7 +81,7 @@ set_error_handler(static function ($seve if ($require) { // OK, it's not, let give Composer autoloader a try! -- cgit