Skip to content

Commit 8d65f45

Browse files
committed
CHangelog for #3616 (ref #3624)
1 parent 3caeec9 commit 8d65f45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
1717
<date>2022-06-18</date>
1818
<time>17:20:00</time>
1919
<version>
20-
<release>3.7.1</release>
21-
<api>3.7.1</api>
20+
<release>3.7.2</release>
21+
<api>3.7.2</api>
2222
</version>
2323
<stability>
2424
<release>stable</release>
2525
<api>stable</api>
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 #3609: Methods/constants with name empty/isset/unset are always reported as error
29+
- Fixed bug #3616: Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
3030
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
3131
</notes>
3232
<contents>

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Config
8080
*
8181
* @var string
8282
*/
83-
const VERSION = '3.7.1';
83+
const VERSION = '3.7.2';
8484

8585
/**
8686
* Package stability; either stable, beta or alpha.

0 commit comments

Comments
 (0)