Skip to content

Commit

Permalink
CHangelog for #3616 (ref #3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jun 27, 2022
1 parent 3caeec9 commit 8d65f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
<date>2022-06-18</date>
<time>17:20:00</time>
<version>
<release>3.7.1</release>
<api>3.7.1</api>
<release>3.7.2</release>
<api>3.7.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Fixed bug #3609: Methods/constants with name empty/isset/unset are always reported as error
- Fixed bug #3616: Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
</notes>
<contents>
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Config
*
* @var string
*/
const VERSION = '3.7.1';
const VERSION = '3.7.2';

/**
* Package stability; either stable, beta or alpha.
Expand Down

0 comments on commit 8d65f45

Please sign in to comment.