Skip to content

Commit 9cce685

Browse files
committed
Changelogs for recent false positives when exiting with negative number (ref #3099)
1 parent fad249a commit 9cce685

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
3636
-- Thanks to Juliette Reinders Folmer for the patch
3737
- PSR12.Functions.NullableTypeDeclaration now supports the PHP8 static return type
3838
-- Thanks to Juliette Reinders Folmer for the patch
39+
- Fixed Squiz.Formatting.OperatorBracket false positive when exiting with a negative number
3940
- Fixed bug #2882 : Generic.Arrays.ArrayIndent can request close brace indent to be less than the statement indent level
4041
- Fixed bug #2883 : Generic.WhiteSpace.ScopeIndent.Incorrect issue after NOWDOC
4142
- Fixed bug #2975 : Undefined offset in PSR12.Functions.ReturnTypeDeclaration when checking function return type inside ternary
4243
- Fixed bug #3007 : Directory exclude pattern improperly excludes directories with names that start the same
4344
-- Thanks to Steve Talbot for the patch
4445
- Fixed bug #3058 : Progress gets unaligned when 100% happens at the end of the available dots
46+
- Fixed bug #3099 : Squiz.WhiteSpace.OperatorSpacing false positive when exiting with negative number
47+
-- Thanks to Sergei Morozov for the patch
4548
</notes>
4649
<contents>
4750
<dir name="/">

0 commit comments

Comments
 (0)