Skip to content

Commit f3a8342

Browse files
committed
Changelog for #3618 (ref #3619)
1 parent 80b4b4e commit f3a8342

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<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()
3032
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
3133
</notes>
3234
<contents>
@@ -2255,7 +2257,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
22552257
<date>2022-06-18</date>
22562258
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
22572259
<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
22592261
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
22602262
</notes>
22612263
</release>

0 commit comments

Comments
 (0)