File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
55
55
- Rulesets can now specify custom autoloaders using the new autoload tag
56
56
-- Autloaders are included while the ruleset is being processed and before any custom sniffs are included
57
57
-- Allows for very custom autoloading of helper classes well before the boostrap files are included
58
+ - The PEAR standard now includes Squiz.Commenting.DocCommentAlignment
59
+ -- It previously broke comments onto multiple lines, but didn't align them
58
60
- Fixed a problem where excluding a message from a custom standard's own sniff would exclude the whole sniff
59
61
-- This caused some PSR2 errors to be under-reported
60
62
- Fixed bug #1442 : T_NULLABLE detection not working for nullable parameters and return type hints in some cases
Original file line number Diff line number Diff line change 9
9
<rule ref =" Generic.PHP.DisallowShortOpenTag" />
10
10
<rule ref =" Generic.WhiteSpace.DisallowTabIndent" />
11
11
<rule ref =" Generic.Commenting.DocComment" />
12
+ <rule ref =" Squiz.Commenting.DocCommentAlignment" />
12
13
13
14
<!-- Lines can be 85 chars long, but never show errors -->
14
15
<rule ref =" Generic.Files.LineLength" >
You can’t perform that action at this time.
0 commit comments