File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
43
43
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
44
44
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
45
45
-- 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
46
52
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
47
53
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
48
54
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
You can’t perform that action at this time.
0 commit comments