File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ CHANGELOG for PHP CS Fixer
3
3
4
4
This file contains changelogs for stable releases only.
5
5
6
+ Changelog for v3.58.1
7
+ ---------------------
8
+
9
+ * fix: ` ConstantCaseFixer ` - do not change class constant usages (#8055 )
10
+ * fix: ` PhpUnitTestClassRequiresCoversFixer ` - do not add annotation when attribute with leading slash present (#8054 )
11
+
6
12
Changelog for v3.58.0
7
13
---------------------
8
14
Original file line number Diff line number Diff line change 44
44
final class Application extends BaseApplication
45
45
{
46
46
public const NAME = 'PHP CS Fixer ' ;
47
- public const VERSION = '3.58.1-DEV ' ;
47
+ public const VERSION = '3.58.1 ' ;
48
48
public const VERSION_CODENAME = '7th Gear ' ;
49
49
50
50
private ToolInfo $ toolInfo ;
You can’t perform that action at this time.
0 commit comments