Skip to content

Commit 276f68c

Browse files
committed
Changelog for #3813
1 parent 97bd952 commit 276f68c

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
@@ -70,6 +70,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
7070
- PSR2 and PSR12 do not have documented rules for this as they pre-date the readonly modifier
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
73+
- Squiz/FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
74+
-- Thanks to Dan Wallis (@fredden) for the patch
7375
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
7476
- Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
7577
-- Thanks to @Daimona for the patch
@@ -125,6 +127,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
125127
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
126128
- Fixed bug #3806 : Squiz.PHP.InnerFunctions sniff now correctly reports inner functions declared within a closure
127129
-- Thanks to @Daimona for the patch
130+
- Fixed bug #3813 : Squiz/FunctionComment: false positive for parameter name mismatch on parameters annotated as passed by reference
131+
-- Thanks to Dan Wallis (@fredden) for the patch
128132
- Fixed bug #3816 : PSR12/FileHeader: bug fix - false positives on PHP 8.2+ readonly classes
129133
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
130134
</notes>

0 commit comments

Comments
 (0)