From fde816c3c3229af6440ed542df00d37a7bc6a261 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 28 Apr 2021 13:23:55 +1000 Subject: [PATCH] Changelog for #3071 --- package.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.xml b/package.xml index bfd7d49e1d..e38a9bd114 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License + - PHPCS annotations can now be specified using hash-style comments + -- Previously, only slash-style and block-style comments could be used to do things like disable errors + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line -- Thanks to Alessandro Chitolina for the patch -- Thanks to Juliette Reinders Folmer for the tests