From 26eae61591e86709b11854e90b99fa5d52b657bf Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 26 May 2026 18:33:15 +0200 Subject: [PATCH] Fix build - "readonly class" is a PHP 8.2 feature --- tests/PHPStan/Rules/DeadCode/data/bug-14703.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPStan/Rules/DeadCode/data/bug-14703.php b/tests/PHPStan/Rules/DeadCode/data/bug-14703.php index c386c2407e..6a26d8e0a9 100644 --- a/tests/PHPStan/Rules/DeadCode/data/bug-14703.php +++ b/tests/PHPStan/Rules/DeadCode/data/bug-14703.php @@ -1,4 +1,4 @@ -= 8.1 += 8.2 namespace Bug14703;