File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
26
</stability>
27
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
28
<notes>
29
- - Fixed bug #3616: Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
29
+ - Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
30
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
31
+ - Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
30
32
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
31
33
</notes>
32
34
<contents>
@@ -2255,7 +2257,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2255
2257
<date>2022-06-18</date>
2256
2258
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2257
2259
<notes>
2258
- - Fixed bug #3609: Methods/constants with name empty/isset/unset are always reported as error
2260
+ - Fixed bug #3609 : Methods/constants with name empty/isset/unset are always reported as error
2259
2261
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2260
2262
</notes>
2261
2263
</release>
You can’t perform that action at this time.
0 commit comments