File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
36
36
- NOWDOC tokens are now considered conditions, just as HEREDOC tokens are
37
37
-- This makes it easier to find the start and end of a NOWDOC from any token within it
38
38
-- Thanks to Michał Bundyra for the patch
39
+ - Custom autoloaders are now only included once in case multiple standards are using the same one
40
+ -- Thanks to Juliette Reinders Folmer for the patch
39
41
- Improved tokenizing of fallthrough CASE and DEFAULT statements that share a closing statement and use curly braces
40
42
- Improved the error message when Squiz.ControlStructures.ControlSignature detects a newline after the closing parenthesis
41
43
- Fixed bug #1465 : Generic.WhiteSpace.ScopeIndent reports incorrect errors when indenting double arrows in short arrays
@@ -1600,7 +1602,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
1600
1602
-- The namespace is set in the ruleset tag of the ruleset.xml file
1601
1603
-- e.g., ruleset name="My Coding Standard" namespace="MyProject\CS\Standard"
1602
1604
- Rulesets can now specify custom autoloaders using the new autoload tag
1603
- -- Autloaders are included while the ruleset is being processed and before any custom sniffs are included
1605
+ -- Autoloaders are included while the ruleset is being processed and before any custom sniffs are included
1604
1606
-- Allows for very custom autoloading of helper classes well before the boostrap files are included
1605
1607
- The PEAR standard now includes Squiz.Commenting.DocCommentAlignment
1606
1608
-- It previously broke comments onto multiple lines, but didn't align them
You can’t perform that action at this time.
0 commit comments