From 1024264ce11d0b03511b261771dce3f1e35f1288 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 1 Sep 2020 09:04:25 +1000 Subject: [PATCH] Changelog for #3072 (ref #3069) --- package.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.xml b/package.xml index d0376f0d03..7830df4572 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License + - 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 + -- Thanks to Juliette Reinders Folmer for the patch - PSR12.Functions.NullableTypeDeclaration now supports the PHP8 static return type -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #2882 : Generic.Arrays.ArrayIndent can request close brace indent to be less than the statement indent level