Skip to content

Commit b188679

Browse files
committed
The PEAR standard now includes Squiz.Commenting.DocCommentAlignment (ref #1479)
1 parent e0c537e commit b188679

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
5555
- Rulesets can now specify custom autoloaders using the new autoload tag
5656
-- Autloaders are included while the ruleset is being processed and before any custom sniffs are included
5757
-- 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
5860
- Fixed a problem where excluding a message from a custom standard's own sniff would exclude the whole sniff
5961
-- This caused some PSR2 errors to be under-reported
6062
- Fixed bug #1442 : T_NULLABLE detection not working for nullable parameters and return type hints in some cases

src/Standards/PEAR/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<rule ref="Generic.PHP.DisallowShortOpenTag"/>
1010
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
1111
<rule ref="Generic.Commenting.DocComment"/>
12+
<rule ref="Squiz.Commenting.DocCommentAlignment"/>
1213

1314
<!-- Lines can be 85 chars long, but never show errors -->
1415
<rule ref="Generic.Files.LineLength">

0 commit comments

Comments
 (0)