From 1371c59bd5da5cfc877ab8478753362edc9bbc9b Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 2 Sep 2020 15:55:26 +1000 Subject: [PATCH] Added changelog entry for sniff changes --- package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.xml b/package.xml index 054875f7bc..3c6eb4b784 100644 --- a/package.xml +++ b/package.xml @@ -27,6 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License - The PHP 8.0 T_NULLSAFE_OBJECT_OPERATOR token has been made available for older versions + -- Existing sniffs that check for T_OBJECT_OPERATOR have been modified to apply the same rules for the nullsafe object operator -- Thanks to Juliette Reinders Folmer for the patch - Added support for changes to the way PHP 8.0 tokenizes hash comments -- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required