Skip to content

Commit 46674d3

Browse files
committed
Changelog for #2705
1 parent 2f4244d commit 46674d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4848
-- Thanks to Matthew Peveler for the contribution
4949
- Generic.CodeAnalysis.EmptyPhpStatement now reports unnecessary semicolons after control structure closing braces
5050
-- Thanks to Vincent Langlet for the patch
51+
- Generic.PHP.LowerCaseKeyword now enforces that the "fn" keyword is lowercase
52+
-- Thanks to Michał Bundyra for the patch
5153
- Generic.WhiteSpace.ScopeIndent now supports static arrow functions
5254
- PEAR.Functions.FunctionCallSignature now adjusts the indent of function argument contents during auto-fixing
5355
-- Previously, only the first line of an argument was changed, leading to inconsistent indents
@@ -58,6 +60,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
5860
-- Previously, the trait import section of the class ended when the first non-import statement was found
5961
-- Checking now continues throughout the class to ensure all statements are grouped together
6062
-- This also ensures that empty lines are not requested after an import statement that isn't the last one
63+
- Squiz.Functions.LowercaseFunctionKeywords now enforces that the "fn" keyword is lowercase
64+
-- Thanks to Michał Bundyra for the patch
6165
- Fixed bug #2586 : Generic.WhiteSpace.ScopeIndent false positives when indenting open tags at a non tab-stop
6266
- Fixed bug #2638 : Squiz.CSS.DuplicateClassDefinitionSniff sees comments as part of the class name
6367
-- Thanks to Raphael Horber for the patch

0 commit comments

Comments
 (0)