Skip to content

Commit b8d7e94

Browse files
committed
Changelog for #3717
1 parent 974c362 commit b8d7e94

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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
73+
- Squiz.Commenting.FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
7474
-- Thanks to Dan Wallis (@fredden) for the patch
7575
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
7676
- Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
@@ -103,6 +103,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
103103
- Fixed bug #3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
104104
- Fixed bug #3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
105105
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
106+
- Fixed bug #3717 : Squiz.Commenting.FunctionComment: fixed false positive for InvalidNoReturn when type is never
107+
-- Thanks to Choraimy Kroonstuiver (@axlon) for the patch
106108
- Fixed bug #3722 : Potential "Uninitialized string offset 1" in octal notation backfill
107109
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
108110
- Fixed bug #3728 : PHP 8.2 | PSR1/SideEffects: allow for readonly classes
@@ -113,7 +115,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
113115
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
114116
- Fixed bug #3779 : Squiz/LowercasePHPFunctions + Generic/ForbiddenFunctions: bug fix for class names in attributes
115117
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
116-
- Fixed bug #3785 : Squiz/FunctionComment: potential "Uninitialized string offset 0" when a type contains a duplicate pipe symbol
118+
- Fixed bug #3785 : Squiz.Commenting.FunctionComment: potential "Uninitialized string offset 0" when a type contains a duplicate pipe symbol
117119
-- Thanks to Dan Wallis (@fredden) for the patch
118120
- Fixed bug #3787 : PEAR/Squiz/[MultiLine]FunctionDeclaration: allow for PHP 8.1 new in initializers
119121
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
@@ -127,7 +129,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
127129
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
128130
- Fixed bug #3806 : Squiz.PHP.InnerFunctions sniff now correctly reports inner functions declared within a closure
129131
-- 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
132+
- Fixed bug #3813 : Squiz.Commenting.FunctionComment: false positive for parameter name mismatch on parameters annotated as passed by reference
131133
-- Thanks to Dan Wallis (@fredden) for the patch
132134
- Fixed bug #3816 : PSR12/FileHeader: bug fix - false positives on PHP 8.2+ readonly classes
133135
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch

0 commit comments

Comments
 (0)