From 9f488920523b1ecd44b106508c41e8919a09cfce Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 1 Jun 2018 15:44:40 +1000 Subject: [PATCH] Changelog for #2027 and #2028 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 3f079ace81..49f9e48ba4 100644 --- a/package.xml +++ b/package.xml @@ -227,6 +227,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- If you have customised the error messages of this sniff, please review your ruleset after upgrading - Fixed bug #2018 : Generic.Formatting.MultipleStatementAlignment does see PHP close tag as end of statement block -- Thanks to Juliette Reinders Folmer for the patch + - Fixed bug #2027 : PEAR.NamingConventions.ValidFunctionName error when function name includes double underscore + -- Thanks to Juliette Reinders Folmer for the patch