File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments