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">
17
17
<date>2022-06-18</date>
18
18
<time>17:20:00</time>
19
19
<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>
22
22
</version>
23
23
<stability>
24
24
<release>stable</release>
25
25
<api>stable</api>
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 #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
30
30
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
31
31
</notes>
32
32
<contents>
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class Config
80
80
*
81
81
* @var string
82
82
*/
83
- const VERSION = '3.7.1 ' ;
83
+ const VERSION = '3.7.2 ' ;
84
84
85
85
/**
86
86
* Package stability; either stable, beta or alpha.
You can’t perform that action at this time.
0 commit comments