Skip to content

Commit 38c8ae6

Browse files
committed
Changelog for #2896 (ref #1941)
1 parent a16e88f commit 38c8ae6

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
@@ -35,6 +35,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
3535
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
3636
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
3737
-- 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
3844
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore private and protected methods
3945
-- Set the "minimumVisibility" sniff property to "protected" to ignore private methods
4046
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods

0 commit comments

Comments
 (0)