Skip to content

Commit 4af4d84

Browse files
committed
Changelog for #3055
1 parent 44a09f0 commit 4af4d84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
4343
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
4444
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
4545
-- Thanks to Juliette Reinders Folmer for the patch
46+
- Added Generic.NamingConventions.AbstractClassNamePrefix to enforce that class names are prefixed with "Abstract"
47+
-- Thanks to Anna Borzenko for the contribution
48+
- Added Generic.NamingConventions.InterfaceNameSuffix to enforce that interface names are suffixed with "Interface"
49+
-- Thanks to Anna Borzenko for the contribution
50+
- Added Generic.NamingConventions.TraitNameSuffix to enforce that trait names are suffixed with "Trait"
51+
-- Thanks to Anna Borzenko for the contribution
4652
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
4753
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
4854
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not

0 commit comments

Comments
 (0)