Skip to content

Commit f1f6c2a

Browse files
committed
Changelog for #1563
1 parent c701975 commit f1f6c2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
3636
- NOWDOC tokens are now considered conditions, just as HEREDOC tokens are
3737
-- This makes it easier to find the start and end of a NOWDOC from any token within it
3838
-- 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
3941
- Improved tokenizing of fallthrough CASE and DEFAULT statements that share a closing statement and use curly braces
4042
- Improved the error message when Squiz.ControlStructures.ControlSignature detects a newline after the closing parenthesis
4143
- 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">
16001602
-- The namespace is set in the ruleset tag of the ruleset.xml file
16011603
-- e.g., ruleset name="My Coding Standard" namespace="MyProject\CS\Standard"
16021604
- 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
16041606
-- Allows for very custom autoloading of helper classes well before the boostrap files are included
16051607
- The PEAR standard now includes Squiz.Commenting.DocCommentAlignment
16061608
-- It previously broke comments onto multiple lines, but didn't align them

0 commit comments

Comments
 (0)