From 146df9107d072b61018148666d4921f11a584c75 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 7 Nov 2018 13:56:53 +1100 Subject: [PATCH] Changelog for #2190 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 4996be04c4..888169a1e2 100644 --- a/package.xml +++ b/package.xml @@ -123,6 +123,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #2167 : Generic.WhiteSpace.ScopeIndent shows invalid error when scope opener indented inside inline HTML - Fixed bug #2178 : Generic.NamingConventions.ConstructorName matches methods in anon classes with same name as containing class -- Thanks to Juliette Reinders Folmer for the patch + - Fixed bug #2190 : PEAR.Functions.FunctionCallSignature incorrect error when encountering trailing PHPCS annotation + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #2194 : Generic.Whitespace.LanguageConstructSpacing should not be checking namespace operators -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #2202 : Squiz.WhiteSpace.OperatorSpacing throws error for negative index when using curly braces for string access