Dariusz Ruminski 1 месяц назад
Родитель
Сommit
7bedb718b6
2 измененных файлов с 6 добавлено и 1 удалено
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 5 - 0
CHANGELOG.md

@@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.68.5
+---------------------
+
+* fix: `NativeTypeDeclarationCasingFixer` - do not touch constants named as native types (#8404)
+
 Changelog for v3.68.4
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -44,7 +44,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 final class Application extends BaseApplication
 {
     public const NAME = 'PHP CS Fixer';
-    public const VERSION = '3.68.5-DEV';
+    public const VERSION = '3.68.5';
     public const VERSION_CODENAME = 'Persian Successor';
 
     /**