Skip to content

Commit 6c3f42a

Browse files
committed
Changelog for #3807
1 parent 1701786 commit 6c3f42a

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
@@ -71,6 +71,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
7171
- PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
7272
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
7373
- 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
7476
- Documentation has been added for the following sniffs:
7577
-- PSR2.Files.ClosingTag
7678
-- PSR2.Methods.FunctionCallSignature
@@ -121,6 +123,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
121123
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
122124
- Fixed bug #3805 : Generic/FunctionCallArgumentSpacing: prevent fixer conflict over PHP 7.3+ trailing comma's in function calls
123125
-- 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
124128
- Fixed bug #3816 : PSR12/FileHeader: bug fix - false positives on PHP 8.2+ readonly classes
125129
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
126130
</notes>

0 commit comments

Comments
 (0)