File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
71
71
- PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
72
72
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
73
73
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
74
+ - Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
75
+ -- Thanks to @Daimona for the patch
74
76
- Documentation has been added for the following sniffs:
75
77
-- PSR2.Files.ClosingTag
76
78
-- PSR2.Methods.FunctionCallSignature
@@ -121,6 +123,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
121
123
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
122
124
- Fixed bug #3805 : Generic/FunctionCallArgumentSpacing: prevent fixer conflict over PHP 7.3+ trailing comma's in function calls
123
125
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
126
+ - Fixed bug #3806 : Squiz.PHP.InnerFunctions sniff now correctly reports inner functions declared within a closure
127
+ -- Thanks to @Daimona for the patch
124
128
- Fixed bug #3816 : PSR12/FileHeader: bug fix - false positives on PHP 8.2+ readonly classes
125
129
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
126
130
</notes>
You can’t perform that action at this time.
0 commit comments