diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-13 14:19:42 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-13 14:19:42 +0100 |
commit | 0a2095dc522a4b6a2578d656360487707e881765 (patch) | |
tree | fa553aa7f39be148e14cb2ce7c5a4a4e5e2b1745 /php-cs-fixer-autoload.patch | |
parent | 7de6cc3503441354fe3e0f12e7944fcff2adce79 (diff) |
Diffstat (limited to 'php-cs-fixer-autoload.patch')
-rw-r--r-- | php-cs-fixer-autoload.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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! |