From 4a8b73822b9d1bdb227ff60c9aa9908ed0034ba7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Dec 2025 10:03:14 +0100 Subject: update to 12.5.2 --- upstream.patch | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 upstream.patch (limited to 'upstream.patch') diff --git a/upstream.patch b/upstream.patch deleted file mode 100644 index 06f320e..0000000 --- a/upstream.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 3cf9ab1cff5a9b8912bd251f7e4fc5f700aea7b7 Mon Sep 17 00:00:00 2001 -From: Markus Staab -Date: Mon, 8 Dec 2025 12:32:24 +0100 -Subject: [PATCH] Fix regression from update to theseer/tokenizer 2.x - ---- - composer.json | 2 +- - .../source_with_class_and_anonymous_function.php.xml | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/composer.json b/composer.json -index 607a2d5e1..550171f84 100644 ---- a/composer.json -+++ b/composer.json -@@ -40,7 +40,7 @@ - "sebastian/environment": "^8.0.3", - "sebastian/lines-of-code": "^4.0", - "sebastian/version": "^6.0", -- "theseer/tokenizer": "^2.0" -+ "theseer/tokenizer": "^2.0.1" - }, - "require-dev": { - "phpunit/phpunit": "^12.5.1" -diff --git a/tests/_files/Report/XML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.xml b/tests/_files/Report/XML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.xml -index 9ef89df19..88523d37c 100644 ---- a/tests/_files/Report/XML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.xml -+++ b/tests/_files/Report/XML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.xml -@@ -100,7 +100,7 @@ - function - - ( -- & -+ & - $val - , - -- cgit