From f378d2ac8e5dd042c36909c7fb92a2cdc3da82f4 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 2 Sep 2020 09:09:24 +1000 Subject: [PATCH] Changelog for #3007 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 50368d146b..e88cfd2b11 100644 --- a/package.xml +++ b/package.xml @@ -36,6 +36,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #2882 : Generic.Arrays.ArrayIndent can request close brace indent to be less than the statement indent level - Fixed bug #2883 : Generic.WhiteSpace.ScopeIndent.Incorrect issue after NOWDOC - Fixed bug #2975 : Undefined offset in PSR12.Functions.ReturnTypeDeclaration when checking function return type inside ternary + - Fixed bug #3007 : Directory exclude pattern improperly excludes directories with names that start the same + -- Thanks to Steve Talbot for the patch