From 4af4d8462b66f33b24d7a9c4a362184e3ee0aa3a Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 13 Jan 2021 16:52:33 +1100 Subject: [PATCH] Changelog for #3055 --- package.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.xml b/package.xml index 68b7734cf8..b081eb36a7 100644 --- a/package.xml +++ b/package.xml @@ -43,6 +43,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run -- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path -- Thanks to Juliette Reinders Folmer for the patch + - Added Generic.NamingConventions.AbstractClassNamePrefix to enforce that class names are prefixed with "Abstract" + -- Thanks to Anna Borzenko for the contribution + - Added Generic.NamingConventions.InterfaceNameSuffix to enforce that interface names are suffixed with "Interface" + -- Thanks to Anna Borzenko for the contribution + - Added Generic.NamingConventions.TraitNameSuffix to enforce that trait names are suffixed with "Trait" + -- Thanks to Anna Borzenko for the contribution - Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token -- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not -- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not