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 @@ -35,6 +35,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
35
35
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
36
36
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
37
37
-- Thanks to Juliette Reinders Folmer for the patch
38
+ - Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
39
+ -- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
40
+ -- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
41
+ -- Set the "alignAtEnd" sniff property to "false" to align the assignment tokens
42
+ -- The default remains at "true", so the assigned values are aligned
43
+ -- Thanks to John P. Bloch for the patch
38
44
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore private and protected methods
39
45
-- Set the "minimumVisibility" sniff property to "protected" to ignore private methods
40
46
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
You can’t perform that action at this time.
0 commit comments