We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b0087 commit 7bedb71Copy full SHA for 7bedb71
CHANGELOG.md
@@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer
3
4
This file contains changelogs for stable releases only.
5
6
+Changelog for v3.68.5
7
+---------------------
8
+
9
+* fix: `NativeTypeDeclarationCasingFixer` - do not touch constants named as native types (#8404)
10
11
Changelog for v3.68.4
12
---------------------
13
src/Console/Application.php
@@ -44,7 +44,7 @@
44
final class Application extends BaseApplication
45
{
46
public const NAME = 'PHP CS Fixer';
47
- public const VERSION = '3.68.5-DEV';
+ public const VERSION = '3.68.5';
48
public const VERSION_CODENAME = 'Persian Successor';
49
50
/**
0 commit comments