From 1419b6c7d848b1c622bd6e1fd856b3dc5ccd6ed6 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 9 Nov 2023 10:30:22 +0100 Subject: [PATCH] Changelog for upstream #3773 / PR #34 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68da9ff92..ac65631c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,8 @@ The file documents changes to the PHP_CodeSniffer project. - Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3770 : Squiz/NonExecutableCode: prevent false positives for switching between PHP and HTML - Thanks to Dan Wallis (@fredden) for the patch +- Fixed bug #3773 : Tokenizer/PHP: tokenization of the readonly keyword when used in combination with PHP 8.2 disjunctive normal types + - Thanks to Dan Wallis (@fredden) and Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3776 : Generic/JSHint: error when JSHint is not available - Thanks to Dan Wallis (@fredden) for the patch - Fixed bug #3777 : Squiz/NonExecutableCode: slew of bug fixes, mostly related to modern PHP